queryadaccountinfo

package
v0.0.0-...-905ac7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdAccountInfo

type AdAccountInfo struct {
	/**
	 * 商家账号
	 */
	AdAccountId int32 `json:"adAccountId"`
	/**
	 * 登陆名
	 */
	Name string `json:"name"`
	/**
	 * 签约门店
	 */
	ShopId int64 `json:"shopId"`
	/**
	 * 业务
	 */
	Bu int32 `json:"bu"`
	/**
	 * 城市
	 */
	City int32 `json:"city"`
	/**
	 * 门店名称
	 */
	ShopName string `json:"shopName"`
}

type QueryAdaccountInfoRequest

type QueryAdaccountInfoRequest struct {
	SonAdaccount int32 `json:"sonAdaccount"`
}

func (*QueryAdaccountInfoRequest) DoInvoke

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL