Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DishCategoryInfo ¶
type DishCategoryInfo struct { /** * 分类描述 */ CategoryDescription string `json:"categoryDescription"` /** * 分组信息。0-普通分类;1-必选分类;2-可单独结算分类 */ CategoryMode int32 `json:"categoryMode"` /** * ERP门店id 最大长度100 */ EPoiId string `json:"ePoiId"` /** * 菜品分类名称 */ Name string `json:"name"` /** * 分类顺序,排序由小到大 */ Sequence int32 `json:"sequence"` /** * 置顶时间段 */ TimeZone string `json:"timeZone"` /** * 置顶开关,0 关闭; 1 开启 */ TopFlag int32 `json:"topFlag"` }
type DishQueryCatListRequest ¶
type DishQueryCatListRequest struct { }
func (*DishQueryCatListRequest) DoInvoke ¶
func (req *DishQueryCatListRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*DishQueryCatListResponse, error)
type DishQueryCatListResponse ¶
type DishQueryCatListResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data []DishCategoryInfo `json:"data"` TraceId string `json:"traceId"` }
func (*DishQueryCatListResponse) IsSuccess ¶
func (response *DishQueryCatListResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.