Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductGetCategoryPropertyValueData ¶
type ProductGetCategoryPropertyValueData struct { // 属性 Property *Property `json:"property"` }
type ProductGetCategoryPropertyValueResponse ¶
type ProductGetCategoryPropertyValueResponse struct { doudian_sdk.BaseDoudianOpApiResponse Data *ProductGetCategoryPropertyValueData `json:"data"` }
type Property ¶
type Property struct { // 属性值 PropertyValues []PropertyValuesItem `json:"property_values"` // 属性id PropertyId int64 `json:"property_id"` }
type PropertyValuesItem ¶
Click to show internal directories.
Click to hide internal directories.