Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvalidAccount ¶
type InvalidAccount struct {
response.ResponseWork
model.ActiveInfo
}
type ResponseBatchGetActiveInfoByCode ¶
type ResponseBatchGetActiveInfoByCode struct {
response.ResponseWork
ActiveInfoList []model.ActiveInfo `json:"active_info_list,omitempty"`
}
type ResponseCreateRenewOrderJob ¶
type ResponseCreateRenewOrderJob struct {
response.ResponseWork
// JobID 任务id,请求包中未指定jobid时,会生成一个新的jobid返回
JobID string `json:"jobid,omitempty"`
// InvalidAccountList 不合法的续期账号列表
InvalidAccountList []InvalidAccount `json:"invalid_account_list,omitempty"`
}
type ResponseGetActiveInfoByCode ¶
type ResponseGetActiveInfoByCode struct {
response.ResponseWork
ActiveInfo *model.ActiveInfo `json:"active_info,omitempty"`
}
type ResponseGetActiveInfoByUser ¶
type ResponseGetActiveInfoByUser struct {
response.ResponseWork
// ActiveStatus 账号激活状态。0:未激活、 1:已激活
ActiveStatus int `json:"active_status,omitempty"`
ActiveInfoList []model.ActiveInfo `json:"active_info_list,omitempty"`
}
type ResponseGetAppLicenseInfo ¶
type ResponseGetAppLicenseInfo struct {
response.ResponseWork
model.LicenseInfo
}
type ResponseGetOrder ¶
type ResponseGetOrder struct {
response.ResponseWork
Order *model.Order `json:"order,omitempty"`
}
type ResponseListActivatedAccount ¶
type ResponseListActivatedAccount struct {
response.ResponseWork
NextCursor string `json:"next_cursor,omitempty"`
HasMore int `json:"has_more,omitempty"`
AccountList []model.ActiveInfo `json:"account_list,omitempty"`
}
type ResponseListOrder ¶
type ResponseListOrderAccount ¶
type ResponseListOrderAccount struct {
response.ResponseWork
NextCursor string `json:"next_cursor,omitempty"`
HasMore int `json:"has_more,omitempty"`
AccountList []model.ActiveInfo `json:"account_list,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.