Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FoodBatchGetRequest ¶
type FoodBatchGetRequest struct { /** * 商品第三方code列表, 不超过200个 */ AppFoodCodes string `json:"app_food_codes"` }
func (*FoodBatchGetRequest) DoInvoke ¶
func (req *FoodBatchGetRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*FoodBatchGetResponse, error)
type FoodBatchGetResponse ¶
type FoodBatchGetResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data RespData `json:"data"` TraceId string `json:"traceId"` }
func (*FoodBatchGetResponse) IsSuccess ¶
func (response *FoodBatchGetResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.