kuaishou

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ADGroupInfo

type ADGroupInfo struct {
	UnitId   int64  `json:"unit_id"`
	UnitName string `json:"unit_name"`
	Status   int    `json:"status"`
}

type ADGroupInfoResult

type ADGroupInfoResult struct {
	ApiResult
	Data struct {
		TotalCount int64         `json:"total_count"`
		Details    []ADGroupInfo `json:"details"`
	} `json:"data"`
}

type ADPlanInfo

type ADPlanInfo struct {
	ApiResult
	CampaignId   int64  `json:"campaign_id"`
	CampaignName string `json:"campaign_name"`
	Status       int    `json:"status"`
}

type ADPlanInfoResult

type ADPlanInfoResult struct {
	ApiResult
	Data struct {
		TotalCount int64        `json:"total_count"`
		Details    []ADPlanInfo `json:"details"`
	} `json:"data"`
}

type AdvertiserInfo

type AdvertiserInfo struct {
	UserId              int64  `json:"user_id"`
	CorporationName     string `json:"corporation_name"`
	UserName            string `json:"user_name"`
	PrimaryIndustryId   int64  `json:"primary_industry_id"`
	PrimaryIndustryName string `json:"primary_industry_name"`
	IndustryId          int64  `json:"industry_id"`
	IndustryName        string `json:"industry_name"`
}

type AdvertiserInfoResult

type AdvertiserInfoResult struct {
	ApiResult
	Data AdvertiserInfo `json:"data"`
}

type ApiResult

type ApiResult struct {
	Code    int    `json:"code"`
	Message string `json:"message"`
}

type AuthData

type AuthData struct {
	AccessToken           string  `json:"access_token"`
	AccessTokenExpiresIn  int64   `json:"access_token_expires_in"`
	RefreshToken          string  `json:"refresh_token"`
	RefreshTokenExpiresIn int64   `json:"refresh_token_expires_in"`
	AdvertiserId          int64   `json:"advertiser_id"`
	AdvertiserIds         []int64 `json:"advertiser_ids"`
	UserId                int64   `json:"user_id"`
}

type AuthResult

type AuthResult struct {
	ApiResult
	Data AuthData `json:"data"`
}

type CreativeInfoDetail

type CreativeInfoDetail struct {
	CreativeId   int64  `json:"creative_id"`
	CreativeName string `json:"creative_name"`
	Status       int    `json:"status"`
}

type CreativeInfoResult

type CreativeInfoResult struct {
	ApiResult
	Data struct {
		TotalCount int64                `json:"total_count"`
		Details    []CreativeInfoDetail `json:"details"`
	} `json:"data"`
}

Jump to

Keyboard shortcuts

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