Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonError ¶
type CommonError struct { ApiName string ErrMsg string `json:"errmsg"` ErrCode int64 `json:"errcode"` }
CommonError 微信返回的通用错误json
func (*CommonError) Error ¶
func (e *CommonError) Error() string
func (*CommonError) GetApiName ¶
func (e *CommonError) GetApiName() string
func (*CommonError) GetErrCode ¶
func (e *CommonError) GetErrCode() int64
func (*CommonError) GetErrMsg ¶
func (e *CommonError) GetErrMsg() string
Click to show internal directories.
Click to hide internal directories.