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