Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskResultQueryData ¶
type TaskResultQueryRequest ¶
type TaskResultQueryRequest struct { /** * 枚举 2 根据系统标签获取用户列表 3 根据自定以标签获取用户列表 4 建券并发券 5 手机号发券 */ TaskType int32 `json:"taskType"` /** * 任务请求id。 支持手机号发券生成的任务id */ QueryId string `json:"queryId"` }
func (*TaskResultQueryRequest) DoInvoke ¶
func (req *TaskResultQueryRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*TaskResultQueryResponse, error)
type TaskResultQueryResponse ¶
type TaskResultQueryResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data []TaskResultQueryData `json:"data"` TraceId string `json:"traceId"` }
func (*TaskResultQueryResponse) IsSuccess ¶
func (response *TaskResultQueryResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.