Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetSystemLabelsData ¶
type GetSystemLabelsData struct { /** * 系统标签列表 */ LabelList []LabelList `json:"labelList"` }
type GetSystemLabelsRequest ¶
type GetSystemLabelsRequest struct { }
func (*GetSystemLabelsRequest) DoInvoke ¶
func (req *GetSystemLabelsRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*GetSystemLabelsResponse, error)
type GetSystemLabelsResponse ¶
type GetSystemLabelsResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data GetSystemLabelsData `json:"data"` TraceId string `json:"traceId"` }
func (*GetSystemLabelsResponse) IsSuccess ¶
func (response *GetSystemLabelsResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.