Documentation ¶
Index ¶
Constants ¶
View Source
const ( SignTypeMD5 = "MD5" // (默认) MD5 SignTypeHmacSHA256 = "HMAC-SHA256" // HMAC-SHA256 )
签名方式
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseResponse ¶
type BaseResponse struct { ErrCode int `json:"errcode"` // 错误码 ErrMsg string `json:"errmsg"` // 错误信息 }
BaseResponse 返回结果的通信标识
Click to show internal directories.
Click to hide internal directories.