Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiKey ¶
type ApiKey struct { Key string Secret string Id uint8 `json:"id,omitempty" codec:"id,omitempty"` Name string `json:"name,omitempty" codec:"name,omitempty"` }
ApiKey jd APP key/secret
type ApiResult ¶
type ApiResult struct { Success bool `json:"success,omitempty" codec:"success,omitempty"` EnglishErrCode string `json:"englishErrCode,omitempty" codec:"englishErrCode,omitempty"` ChineseErrCode string `json:"chineseErrCode,omitempty" codec:"chineseErrCode,omitempty"` NumberCode int `json:"numberCode,omitempty" codec:"numberCode,omitempty"` }
type BaseRequest ¶
type ErrorResponnse ¶
type ErrorResponnse struct { Code string `json:"code,omitempty" codec:"code,omitempty"` ZhDesc string `json:"zh_desc,omitempty" codec:"zh_desc,omitempty"` EnDesc string `json:"en_desc,omitempty" codec:"en_desc,omitempty"` }
func (ErrorResponnse) Error ¶
func (e ErrorResponnse) Error() string
Click to show internal directories.
Click to hide internal directories.