Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { /** * APP方门店id */ EpoiId string `json:"epoiId"` /** * 品类名称 */ Name string `json:"name"` /** * 菜品分类排序 */ Sequence int32 `json:"sequence"` /** * 分类描述 */ CategoryDescription string `json:"category_description"` /** * 分组信息。0-普通分类;1-必选分类;2-可单独结算分类 */ CategoryMode int32 `json:"category_mode"` /** * 置顶开关,0 关闭; 1 开启 */ TopFlag int32 `json:"top_flag"` /** * 置顶时间段 */ TimeZone string `json:"time_zone"` /** * 分类创建时间 */ Ctime int32 `json:"ctime"` /** * 分类更新时间 */ Utime int32 `json:"utime"` }
type WmoperFoodQueryFoodcatListRequest ¶
type WmoperFoodQueryFoodcatListRequest struct { }
func (*WmoperFoodQueryFoodcatListRequest) DoInvoke ¶
func (req *WmoperFoodQueryFoodcatListRequest) DoInvoke(client mtclient.MeituanClient) (*WmoperFoodQueryFoodcatListResponse, error)
type WmoperFoodQueryFoodcatListResponse ¶
type WmoperFoodQueryFoodcatListResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data []Data `json:"data"` TraceId string `json:"traceId"` }
func (*WmoperFoodQueryFoodcatListResponse) IsSuccess ¶
func (response *WmoperFoodQueryFoodcatListResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.