brand

package
v1.24.4 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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

type Brand

type Brand struct {
	// BrandID 品牌ID
	BrandID uint64 `json:"brand_id,omitempty"`
	// BrandName 品牌名称
	BrandName string `json:"brand_name,omitempty"`
	BrandLogo string `json:"brand_logo,omitempty"`
}

Brand 授权品牌

Jump to

Keyboard shortcuts

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