auth

package
v0.0.0-...-4c075ac Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthGetRequest

type AuthGetRequest struct {
	// AdvertiserID 广告主ID
	AdvertiserID int64 `json:"advertiser_id,omitempty"`
}

AuthGetRequest

func (AuthGetRequest) Encode

func (r AuthGetRequest) Encode() string

Encode implement GetRequest interface

type AuthGetResponse

type AuthGetResponse struct {
	model.BaseResponse
	// Data json返回值
	Data *AuthGetResponseData `json:"data,omitempty"`
}

AuthGetResponse

type AuthGetResponseData

type AuthGetResponseData struct {
	Enabled bool `json:"enabled"`
}

type AuthOprRequest

type AuthOprRequest struct {
	// AdvertiserID 广告主ID
	AdvertiserID int64 `json:"advertiser_id,omitempty"`
}

AuthOprRequest

func (AuthOprRequest) Encode

func (r AuthOprRequest) Encode() []byte

Encode implement GetRequest interface

type AuthRes

type AuthRes struct {
	model.BaseResponse
	//common.OceanEngineApiCommonResultParam
	Data *AuthResData `json:"data"` // json返回值
}

AuthRes 返回的数据

type AuthResData

type AuthResData struct {
}

Jump to

Keyboard shortcuts

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