Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { BizContent string `json:"biz_content"` //业务数据 Format string `json:"format"` //数据格式 json Charset string `json:"charset"` //编码方式 utf-8 Version string `json:"version"` //API版本 Timestamp string `json:"timestamp"` //时间戳 SignType string `json:"sign_type"` //加密方式 md5 Sign string `json:"sign"` //密文 // contains filtered or unexported fields }
func NewRequestWithDefaultOption ¶
func (*Request) MakeRequest ¶
Click to show internal directories.
Click to hide internal directories.