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