Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthAntiForceTryRequest ¶
type AuthAntiForceTryRequest struct { DeveloperId string `json:"developerId"` OpBizCode string `json:"opBizCode"` BizToken string `json:"bizToken"` }
func (*AuthAntiForceTryRequest) DoInvoke ¶
func (req *AuthAntiForceTryRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*AuthAntiForceTryResponse, error)
type AuthAntiForceTryResponse ¶
type AuthAntiForceTryResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data Data `json:"data"` TraceId string `json:"traceId"` }
func (*AuthAntiForceTryResponse) IsSuccess ¶
func (response *AuthAntiForceTryResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.