Documentation ¶
Index ¶
Constants ¶
View Source
const ( CodeOK = 0 MessageOK = "ok" )
View Source
const Host = "https://api.weixin.qq.com"
Variables ¶
View Source
var ErrRequest = errors.New("weixin request error")
Functions ¶
This section is empty.
Types ¶
type ResponseMeta ¶
type ResponseMeta struct { ErrorCode int64 `json:"errcode"` // 出错返回码,为0表示成功,非0表示调用失败 ErrorMessage string `json:"errmsg,omitempty"` // 返回码提示语 }
ResponseMeta 响应操作信息
func (ResponseMeta) String ¶
func (t ResponseMeta) String() string
Click to show internal directories.
Click to hide internal directories.