Documentation
¶
Index ¶
Constants ¶
View Source
const ( TYPE_RAW = "raw" TYPE_MAP = "map" TYPE_ARRAY = "array" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseBase ¶
type ResponseGetToken ¶
type ResponseGetToken struct {
ResponseWork
AccessToken string `json:"access_token,omitempty"`
ComponentAccessToken string `json:"component_access_token,omitempty"`
AuthorizerAccessToken string `json:"authorizer_access_token,omitempty"`
AuthorizerRefreshToken string `json:"authorizer_refresh_token,omitempty"`
ExpiresIn float64 `json:"expires_in"`
}
type ResponseMiniProgram ¶
type ResponseOfficialAccount ¶
type ResponseOfficialAccount struct {
ResponseBase
ErrCode int `json:"errcode,omitempty"`
ErrMSG string `json:"errmsg,omitempty"`
ResultCode string `json:"resultcode,omitempty"`
ResultMSG string `json:"resultmsg,omitempty"`
}
type ResponseOpenPlatform ¶
type ResponseOpenPlatform struct {
ResponseBase
ErrCode int `json:"errcode,omitempty"`
ErrMSG string `json:"errmsg,omitempty"`
}
type ResponsePayment ¶
type ResponsePayment struct {
ResponseBase
ReturnCode string `xml:"return_code,omitempty" json:"return_code"`
ReturnMSG string `xml:"return_msg,omitempty" json:"return_msg,omitempty"`
ResultCode string `xml:"result_code,omitempty" 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,omitempty"`
ErrMSG string `json:"errmsg,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.