Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DishUpdatePriceRequest ¶
type DishUpdatePriceRequest struct { /** * 菜品sku价格 */ DishSkuPrices string `json:"dishSkuPrices"` /** * ERP方门店id 最大长度100 */ EPoiId string `json:"ePoiId"` }
func (*DishUpdatePriceRequest) DoInvoke ¶
func (req *DishUpdatePriceRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*DishUpdatePriceResponse, error)
type DishUpdatePriceResponse ¶
type DishUpdatePriceResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data string `json:"data"` TraceId string `json:"traceId"` }
func (*DishUpdatePriceResponse) IsSuccess ¶
func (response *DishUpdatePriceResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.