Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseProductAdd ¶
type ResponseProductAdd struct {
*response.ResponseOfficialAccount
StatusTicket string `json:"status_ticket"`
}
type ResponseProductGet ¶
type ResponseProductGet struct {
*response.ResponseOfficialAccount
Product *request.Product `json:"product"`
}
type ResponseProductStatus ¶
type ResponseProductStatus struct {
*response.ResponseOfficialAccount
Result struct {
SuccCnt int `json:"succ_cnt"`
FailCnt int `json:"fail_cnt"`
TotalCnt int `json:"total_cnt"`
Progress string `json:"progress"`
Statuses []struct {
Pid string `json:"pid"`
Ret int `json:"ret"`
ErrMsg string `json:"err_msg"`
ErrMsgZhCn string `json:"err_msg_zh_cn"`
} `json:"statuses"`
} `json:"result"`
}
Click to show internal directories.
Click to hide internal directories.