response

package
v3.0.0-...-471bf3a Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2023 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 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"`
}

Jump to

Keyboard shortcuts

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