Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpecialFoodUpdateStockRequest ¶
type SpecialFoodUpdateStockRequest struct { /** * 门店id */ EpoiId string `json:"epoiId"` /** * 业务标识,1-特价版 */ BusinessIdentify int32 `json:"businessIdentify"` /** * 菜品规格id */ SkuId string `json:"skuId"` /** * 菜品id */ EDishCode string `json:"eDishCode"` /** * 当前库存值 */ Stock string `json:"stock"` }
func (*SpecialFoodUpdateStockRequest) DoInvoke ¶
func (req *SpecialFoodUpdateStockRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*SpecialFoodUpdateStockResponse, error)
type SpecialFoodUpdateStockResponse ¶
type SpecialFoodUpdateStockResponse struct { Code string `json:"code"` Msg string `json:"msg"` TraceId string `json:"traceId"` }
func (*SpecialFoodUpdateStockResponse) IsSuccess ¶
func (response *SpecialFoodUpdateStockResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.