product_qualityDetail_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 FieldProblemItem

type FieldProblemItem struct {
	// 字段key,category-类目、props-属性、product_name-标题、pic-主图、desc_pic-详情图片、desc_text-详情文字
	FieldKey string `json:"field_key"`
	// 字段名
	FieldName string `json:"field_name"`
	// 问题编码
	ProblemKey int64 `json:"problem_key"`
	// 问题名
	ProblemName string `json:"problem_name"`
	// 问题建议
	Suggestion string `json:"suggestion"`
	// 问题类型编码
	ProblemType int64 `json:"problem_type"`
}

type ProductQualityDetailData

type ProductQualityDetailData struct {
	// 可优化问题项
	FieldProblem []FieldProblemItem `json:"field_problem"`
	// 商品ID
	ProductId int64 `json:"product_id"`
	// 商品名字
	ProductName string `json:"product_name"`
}

type ProductQualityDetailResponse

type ProductQualityDetailResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *ProductQualityDetailData `json:"data"`
}

Jump to

Keyboard shortcuts

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