spu_getKeyPropertyByCid_response

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2022 License: MulanPSL-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 BrandInfoItem

type BrandInfoItem struct {
	// 关联属性值id,没有为0
	RelValueId int64 `json:"rel_value_id"`
	// 属性id
	PropertyId int64 `json:"property_id"`
	// 属性名
	PropertyName string `json:"property_name"`
	// 属性值id
	ValueId int64 `json:"value_id"`
	// 属性值名
	ValueName string `json:"value_name"`
}

type PropertyInfoItem

type PropertyInfoItem struct {
	// 关联属性值id,例如手机类目,型号关联属性值id就是品牌的品牌id
	RelValueId int64 `json:"rel_value_id"`
	// 属性id
	PropertyId int64 `json:"property_id"`
	// 属性名
	PropertyName string `json:"property_name"`
	// 属性值id
	ValueId int64 `json:"value_id"`
	// 属性值名称
	ValueName string `json:"value_name"`
}

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"`
}

Jump to

Keyboard shortcuts

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