dishupdatestock

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 DishUpdateStockRequest

type DishUpdateStockRequest struct {
	/**
	 *  菜品库存列表 参考dishSkuStocks说明 使用json数组格式传递参数
	 */
	DishSkuStocks string `json:"dishSkuStocks"`
	/**
	 *  ERP方门店id 最大长度100
	 */
	EPoiId string `json:"ePoiId"`
}

func (*DishUpdateStockRequest) DoInvoke

func (req *DishUpdateStockRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*DishUpdateStockResponse, error)

type DishUpdateStockResponse

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

func (*DishUpdateStockResponse) IsSuccess

func (response *DishUpdateStockResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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