Documentation
¶
Index ¶
Constants ¶
View Source
const ( TYPE_RAW = "raw" TYPE_MAP = "map" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseBase ¶ added in v1.2.4
type ResponseGetToken ¶
type ResponseGetToken struct {
AccessToken string `json:"access_token"`
ExpiresIn float64 `json:"expires_in"`
*ResponseWork
}
type ResponseMiniProgram ¶
type ResponseOfficialAccount ¶
type ResponseOfficialAccount struct {
*ResponseBase
ErrCode int `json:"errcode"`
ErrMSG string `json:"errmsg,omitempty"`
ResultCode string `json:"resultcode"`
ResultMSG string `json:"resultmsg,omitempty"`
}
type ResponsePayment ¶
type ResponsePayment struct {
*ResponseBase
ReturnCode string `xml:"return_code" json:"return_code"`
ReturnMSG string `xml:"return_msg,omitempty" json:"return_msg,omitempty"`
ResultCode string `xml:"result_code" json:"result_code"` // 是 String(16) SUCCESS/FAIL
ErrCode string `xml:"err_code,omitempty" json:"err_code,omitempty"` // 否 String(32) SYSTEMERROR--系统错误
ErrMSG string `xml:"errmsg,omitempty" json:"errmsg,omitempty"`
ErrCodeDes string `xml:"err_code_des,omitempty" json:"err_code_des,omitempty"`
}
type ResponseWork ¶
type ResponseWork struct {
*ResponseBase
ErrCode int `json:"errcode"`
ErrMSG string `json:"errmsg,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.