product_getCategoryPropertyValue_response

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

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

type PropertyValuesItem struct {
	// 规格值图片
	ValuePic *ValuePic `json:"value_pic"`
	// 属性值名称
	PropertyValueName string `json:"property_value_name"`
	// 属性值id
	PropertyValueId int64 `json:"property_value_id"`
}

type ValuePic

type ValuePic struct {
	// 图片,url链接或rgb内容
	PicValue string `json:"pic_value"`
	// 属性值图片类型url或rgb
	PicType string `json:"pic_type"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL