Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CardResult ¶
type MemberQueryRequest ¶
type MemberQueryRequest struct { /** * 商户唯一标识,领卡事件中的userOpenId */ UserOpenId string `json:"userOpenId"` }
func (*MemberQueryRequest) DoInvoke ¶
func (req *MemberQueryRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*MemberQueryResponse, error)
type MemberQueryResponse ¶
type MemberQueryResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data Result `json:"data"` TraceId string `json:"traceId"` }
func (*MemberQueryResponse) IsSuccess ¶
func (response *MemberQueryResponse) IsSuccess() bool
type Result ¶
type Result struct { /** * 业务状态 */ Status string `json:"status"` Result CardResult `json:"result"` /** * 业务异常时的描述消息 */ ErrMsg string `json:"errMsg"` }
Click to show internal directories.
Click to hide internal directories.