Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrandInfoItem ¶
type PropertyInfoItem ¶
type SpuGetKeyPropertyByCidData ¶
type SpuGetKeyPropertyByCidData struct { // 属性信息 PropertyInfo []PropertyInfoItem `json:"property_info"` // 品牌信息(品牌单独处理) BrandInfo []BrandInfoItem `json:"brand_info"` // 总数 Total int64 `json:"total"` }
type SpuGetKeyPropertyByCidResponse ¶
type SpuGetKeyPropertyByCidResponse struct { doudian_sdk.BaseDoudianOpApiResponse Data *SpuGetKeyPropertyByCidData `json:"data"` }
Click to show internal directories.
Click to hide internal directories.