decorationproductsquery

package
v0.0.0-...-905ac7b Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DecorationProductsQueryData

type DecorationProductsQueryData struct {
	/**
	 * 海报id
	 */
	Total    int64      `json:"total"`
	Products []Products `json:"products"`
}

type DecorationProductsQueryRequest

type DecorationProductsQueryRequest struct {
	/**
	 *  场景类型: 1.海报 2.老板推荐
	 */
	Scene int32 `json:"scene"`
	/**
	 *  页码,默认-1
	 */
	PageNum int32 `json:"pageNum"`
	/**
	 *  每页展示数
	 */
	PageSize int32 `json:"pageSize"`
}

func (*DecorationProductsQueryRequest) DoInvoke

type DecorationProductsQueryResponse

type DecorationProductsQueryResponse struct {
	Code    string                      `json:"code"`
	Msg     string                      `json:"msg"`
	Data    DecorationProductsQueryData `json:"data"`
	TraceId string                      `json:"traceId"`
}

func (*DecorationProductsQueryResponse) IsSuccess

func (response *DecorationProductsQueryResponse) IsSuccess() bool

type Products

type Products struct {
	/**
	 * ERP 商品id
	 */
	AppFoodCode string `json:"app_food_code"`
	/**
	 * 商品名称
	 */
	FoodName string `json:"food_name"`
	/**
	 * 图片url
	 */
	Picture string `json:"picture"`
	/**
	 * 是否可选
	 */
	Selectable bool `json:"selectable"`
}

Jump to

Keyboard shortcuts

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