product_getRecommendName_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 ProductGetRecommendNameData

type ProductGetRecommendNameData struct {
	// 商品标题推荐结果,当返回值为空时,使用【/product/getProductUpdateRule】接口查询类目id查看recommend_name_rule.satisfy_prefix是否=true
	RecommendName []RecommendNameItem `json:"recommend_name"`
}

type ProductGetRecommendNameResponse

type ProductGetRecommendNameResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *ProductGetRecommendNameData `json:"data"`
}

type RecommendNameItem

type RecommendNameItem struct {
	// 推荐场景
	RecommendScene string `json:"recommend_scene"`
	// 推荐结果
	RecommendValue string `json:"recommend_value"`
}

Jump to

Keyboard shortcuts

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