Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoryResp ¶
type GoodsGetRequest ¶
type GoodsGetRequest struct { api.BaseRequest ParentId uint64 `json:"parentId"` // 父类目id(一级父类目为0) Grade uint `json:"grade"` // 类目级别(类目级别 0,1,2 代表一、二、三级类目) }
type GoodsGetResponse ¶
type GoodsGetResponse struct { ErrorResp *api.ErrorResponnse `json:"error_response,omitempty"` Data *GoodsGetResponseData `json:"jd_union_open_category_goods_get_response,omitempty"` }
type GoodsGetResponseData ¶
type GoodsGetResponseData struct {
Result string `json:"result,omitempty"`
}
type GoodsGetResult ¶
type GoodsGetResult struct { Code int64 `json:"code,omitempty"` Message string `json:"message,omitempty"` Data []CategoryResp `json:"data,omitempty"` }
Click to show internal directories.
Click to hide internal directories.