Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Category ¶
type Category struct { Fid uint64 `json:"fid,omitempty" codec:"fid,omitempty"` // 类目父ID Id uint64 `json:"id,omitempty" codec:"id,omitempty"` // 类目id Lev int `json:"lev,omitempty" codec:"lev,omitempty"` // 类目级别 Name string `json:"name,omitempty" codec:"name,omitempty"` // 类目名称 Order int `json:"order,omitempty" codec:"order,omitempty"` // 排序 Features []*ware.Feature `json:"features,omitempty" codec:"features,omitempty"` // 类目特殊属性列表 }
type FindCateByIdData ¶
type FindCateByIdRequest ¶
type FindCateByIdRequest struct { api.BaseRequest Fields string `json:"fields,omitempty" codec:"fields,omitempty"` // Cid uint64 `json:"cid,omitempty" codec:"cid,omitempty"` // 自定义返回字段 }
type FindCateByIdResponse ¶
type FindCateByIdResponse struct { ErrorResp *api.ErrorResponnse `json:"error_response,omitempty" codec:"error_response,omitempty"` Data *FindCateByIdData `json:"jingdong_category_read_findById_responce,omitempty" codec:"jingdong_category_read_findById_responce,omitempty"` }
type FindCateByPidData ¶
type FindCateByPidRequest ¶
type FindCateByPidRequest struct { api.BaseRequest Fields string `json:"fields,omitempty" codec:"fields,omitempty"` // ParentCid uint64 `json:"parent_cid,omitempty" codec:"parent_cid,omitempty"` // 自定义返回字段 }
type FindCateByPidResponse ¶
type FindCateByPidResponse struct { ErrorResp *api.ErrorResponnse `json:"error_response,omitempty" codec:"error_response,omitempty"` Data *FindCateByPidData `json:"jingdong_category_read_findByPId_responce,omitempty" codec:"jingdong_category_read_findByPId_responce,omitempty"` }
Click to show internal directories.
Click to hide internal directories.