Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DishSkuSellStatusRequest ¶
type DishSkuSellStatusRequest struct { /** * 售卖状态,1表下架,0表上架 */ SellStatus int32 `json:"sell_status"` /** * 菜品sku集合 */ FoodData []FoodData `json:"food_data"` }
func (*DishSkuSellStatusRequest) DoInvoke ¶
func (req *DishSkuSellStatusRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*DishSkuSellStatusResponse, error)
type DishSkuSellStatusResponse ¶
type DishSkuSellStatusResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data string `json:"data"` TraceId string `json:"traceId"` }
func (*DishSkuSellStatusResponse) IsSuccess ¶
func (response *DishSkuSellStatusResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.