specialfoodbatchquery

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 Data

type Data struct {
	Total             int64               `json:"total"`
	WmOpenProductSpus []WmOpenProductSpus `json:"wmOpenProductSpus"`
}

type Propertys

type Propertys struct {
	PropertyName string  `json:"property_name"`
	Values       []int64 `json:"values"`
	RequiredNum  int64   `json:"required_num"`
}

type Setmeals

type Setmeals struct {
	Name  string  `json:"name"`
	Price float64 `json:"price"`
}

type Skus

type Skus struct {
	MtSkuId  int64   `json:"mt_sku_id"`
	SkuId    string  `json:"sku_id"`
	Spec     string  `json:"spec"`
	Price    float64 `json:"price"`
	Stock    int64   `json:"stock"`
	MaxStock int64   `json:"max_stock"`
}

type SpecialFoodBatchQueryRequest

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

func (*SpecialFoodBatchQueryRequest) DoInvoke

type SpecialFoodBatchQueryResponse

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

func (*SpecialFoodBatchQueryResponse) IsSuccess

func (response *SpecialFoodBatchQueryResponse) IsSuccess() bool

type WmOpenProductSpus

type WmOpenProductSpus struct {
	MtSpuId     int64       `json:"mt_spu_id"`
	Name        string      `json:"name"`
	AppFoodCode string      `json:"app_food_code"`
	Picture     string      `json:"picture"`
	TagName     string      `json:"tag_name"`
	MtTagId     int64       `json:"mt_tag_id"`
	Description string      `json:"description"`
	Tag         string      `json:"tag"`
	Skus        []Skus      `json:"skus"`
	Propertys   []Propertys `json:"propertys"`
	Setmeals    []Setmeals  `json:"setmeals"`
	SpuType     int64       `json:"spu_type"`
	Sequence    int64       `json:"sequence"`
	Ctime       int64       `json:"ctime"`
	Utime       int64       `json:"utime"`
	SellStatus  int64       `json:"sell_status"`
	MaxNum      int64       `json:"max_num"`
}

Jump to

Keyboard shortcuts

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