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