Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdAccountInfo ¶
type QueryAdaccountInfoRequest ¶
type QueryAdaccountInfoRequest struct {
SonAdaccount int32 `json:"sonAdaccount"`
}
func (*QueryAdaccountInfoRequest) DoInvoke ¶
func (req *QueryAdaccountInfoRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*QueryAdaccountInfoResponse, error)
type QueryAdaccountInfoResponse ¶
type QueryAdaccountInfoResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * 商家账号id,登陆名,签约门店,业务,城市 */ Data AdAccountInfo `json:"data"` TraceId string `json:"traceId"` }
func (*QueryAdaccountInfoResponse) IsSuccess ¶
func (response *QueryAdaccountInfoResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.