Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Categories ¶
type Categories struct {
Category []Category `json:"category"`
}
type Response ¶
type Response struct { response.TopResponse ResultResponse ResultResponse `json:"alibaba_alsc_union_kb_store_query_response"` }
Response alibaba.alsc.union.kb.store.query( 本地联盟口碑商户列表 )
type ResultResponse ¶
type ResultResponse struct { BizErrorDesc string `json:"biz_error_desc"` BizErrorCode int `json:"biz_error_code"` RequestID string `json:"request_id"` Data Data `json:"data"` ResultCode int64 `json:"result_code"` Message string `json:"message"` ErrorMessage string `json:"error_message"` }
ResultResponse 响应结果
func (ResultResponse) Error ¶
func (rr ResultResponse) Error() string
func (ResultResponse) IsError ¶
func (rr ResultResponse) IsError() bool
Click to show internal directories.
Click to hide internal directories.