app

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetJsKpAppListRequest

type GetJsKpAppListRequest struct {
}

GetJsKpAppListRequest 查询APP信息 API Request

func (GetJsKpAppListRequest) Url

func (r GetJsKpAppListRequest) Url() string

type GetJsKpAppListResponse

type GetJsKpAppListResponse struct {
	Data []ListApp `json:"data,omitempty"`
}

GetJsKpAppListResponse 查询APP信息 API Response

type ListApp

type ListApp struct {
	// AppName 推广APP名称
	AppName string `json:"appName"`
	// ApkName 推广APP包名
	ApkName string `json:"apkName"`
	// AppUrl 推广APP链接
	AppUrl string `json:"appUrl"`
	// DocId 推广APP docId
	DocId int `json:"docId"`
	// ChannelId 渠道包ID
	ChannelId int `json:"channelId"`
	// ChannelPackage 渠道包名称
	ChannelPackage string `json:"channelPackage"`
	// AppStatus 应用审核状态
	AppStatus int `json:"appStatus"`
}

ListApp APP信息

Jump to

Keyboard shortcuts

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