Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizedGetRequest ¶
type AuthorizedGetRequest struct { // AdvertiserID 千川广告主账户id AdvertiserID uint64 `json:"advertiser_id,omitempty"` }
AuthorizedGetRequest 获取广告主绑定的品牌列表 API Request
func (AuthorizedGetRequest) Encode ¶
func (r AuthorizedGetRequest) Encode() string
Encode implement GetRequest interface
type AuthorizedGetResponse ¶
type AuthorizedGetResponse struct { model.BaseResponse // Data json返回值 Data struct { // BrandInfos 授权品牌列表 BrandInfos []Brand `json:"brand_infos,omitempty"` } `json:"data,omitempty"` }
AuthorizedGetResponse 获取广告主绑定的品牌列表 API Response
Click to show internal directories.
Click to hide internal directories.