wmoperfoodbatchquerylist

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 WmoperFoodBatchQueryListData

type WmoperFoodBatchQueryListData struct {
	EpoiId        string  `json:"epoiId"`
	AppFoodCode   string  `json:"app_food_code"`
	Name          string  `json:"name"`
	Description   string  `json:"description"`
	Price         float64 `json:"price"`
	MinOrderCount int64   `json:"min_order_count"`
	Unit          string  `json:"unit"`
	BoxNum        float64 `json:"box_num"`
	BoxPrice      float64 `json:"box_price"`
	CategoryName  string  `json:"category_name"`
	IsSoldOut     int64   `json:"is_sold_out"`
	Picture       string  `json:"picture"`
	Sequence      int64   `json:"sequence"`
	Skus          string  `json:"skus"`
	Ctime         int64   `json:"ctime"`
	Utime         int64   `json:"utime"`
	SpuAttr       string  `json:"spuAttr"`
	MtSpuId       int64   `json:"mt_spu_id"`
	MtTagId       int64   `json:"mt_tag_id"`
	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 WmoperFoodBatchQueryListRequest

type WmoperFoodBatchQueryListRequest struct {
	/**
	 *  商品code列表,最多20个,英文逗号隔开【,】
	 */
	AppFoodCodes string `json:"app_food_codes"`
}

func (*WmoperFoodBatchQueryListRequest) DoInvoke

type WmoperFoodBatchQueryListResponse

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

func (*WmoperFoodBatchQueryListResponse) IsSuccess

func (response *WmoperFoodBatchQueryListResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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