foodbatchquerylist

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 DishInfo

type DishInfo struct {
	/**
	 * APP方门店ID(保留字段,目前为空字符串)
	 */
	EpoiId string `json:"epoiId"`
	/**
	 * APP方菜品id
	 */
	AppFoodCode string `json:"app_food_code"`
	/**
	 * 菜品名称
	 */
	Name string `json:"name"`
	/**
	 * 菜品描述
	 */
	Description string  `json:"description"`
	Price       float64 `json:"price"`
	/**
	 * 最小购买量
	 */
	MinOrderCount int32 `json:"min_order_count"`
	/**
	 * 单位
	 */
	Unit string `json:"unit"`
	/**
	 * 打包盒数量
	 */
	BoxNum float32 `json:"box_num"`
	/**
	 * 餐盒价格
	 */
	BoxPrice float32 `json:"box_price"`
	/**
	 * 菜品分类名
	 */
	CategoryName string `json:"category_name"`
	/**
	 * 1:下架,0:上架
	 */
	IsSoldOut int32 `json:"is_sold_out"`
	/**
	 * 菜品图片
	 */
	Picture string `json:"picture"`
	/**
	 * 当前分类下的排序序号
	 */
	Sequence int32 `json:"sequence"`
	/**
	 * App方菜品的skus
	 */
	Skus string `json:"skus"`
	/**
	 * 菜品创建时间
	 */
	Ctime int32 `json:"ctime"`
	/**
	 * 菜品修改时间
	 */
	Utime int32 `json:"utime"`
	/**
	 * 菜品属性
	 */
	SpuAttr string `json:"spuAttr"`
	/**
	 * 透传给第三方的偏移后的spu的id
	 */
	MtSpuId int64 `json:"mt_spu_id"`
	/**
	 * 透传给第三方的偏移后的tag_id
	 */
	MtTagId int64 `json:"mt_tag_id"`
	/**
	 * 透传给第三方的tag_name
	 */
	TagName     string `json:"tag_name"`
	OriginSpuId int64  `json:"origin_spu_id"`
	Pictures    string `json:"pictures"`
	HighLight   string `json:"high_light"`
	Speciality  int64  `json:"speciality"`
	IsNotSingle int64  `json:"is_not_single"`
	MonthSaled  int64  `json:"monthSaled"`
	/**
	 * 图文详情URL
	 */
	LongPictures string `json:"longPictures"`
}

type FoodBatchQueryListRequest

type FoodBatchQueryListRequest struct {
	Biz string `json:"biz"`
}

func (*FoodBatchQueryListRequest) DoInvoke

type FoodBatchQueryListResponse

type FoodBatchQueryListResponse struct {
	Code    string     `json:"code"`
	Msg     string     `json:"msg"`
	Data    []DishInfo `json:"data"`
	TraceId string     `json:"traceId"`
}

func (*FoodBatchQueryListResponse) IsSuccess

func (response *FoodBatchQueryListResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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