ref: 网元授权激活授权code/change/state接口优化
This commit is contained in:
@@ -29,9 +29,9 @@ type INeLicense interface {
|
||||
SelectByNeTypeAndNeID(neType, neId string) model.NeLicense
|
||||
|
||||
// ReadLicenseInfo 读取授权文件信息
|
||||
// 激活申请码, 激活文件
|
||||
ReadLicenseInfo(neInfo model.NeInfo) (string, string)
|
||||
// 返回激活申请码, 激活文件
|
||||
ReadLicenseInfo(neLicense model.NeLicense) (string, string)
|
||||
|
||||
// UploadToNeHost 授权文件上传到网元主机
|
||||
UploadToNeHost(neLicense model.NeLicense) error
|
||||
// UploadLicense 授权文件上传到网元主机
|
||||
UploadLicense(neLicense model.NeLicense) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user