Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WmoperFoodPropertyListRequest ¶
type WmoperFoodPropertyListRequest struct { /** * 菜品id */ AppFoodCode string `json:"app_food_code"` }
func (*WmoperFoodPropertyListRequest) DoInvoke ¶
func (req *WmoperFoodPropertyListRequest) DoInvoke(client mtclient.MeituanClient) (*WmoperFoodPropertyListResponse, error)
type WmoperFoodPropertyListResponse ¶
type WmoperFoodPropertyListResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * 菜品属性数组 */ Data []Data `json:"data"` TraceId string `json:"traceId"` }
func (*WmoperFoodPropertyListResponse) IsSuccess ¶
func (response *WmoperFoodPropertyListResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.