response

package
v3.2.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2024 License: MIT Imports: 2 Imported by: 0

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 ResponseListOrder struct {
	response.ResponseWork
	// NextCursor 分页游标,再下次请求时填写以获取之后分页的记录
	NextCursor string `json:"next_cursor,omitempty"`
	// HasMore 是否有更多。 0: 没有, 1: 有
	HasMore int `json:"has_more,omitempty"`
	// OrderList 订单列表
	OrderList []model.Order `json:"order_list,omitempty"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL