antispam_userLogin_request

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2022 License: MulanPSL-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 AntispamUserLoginParam

type AntispamUserLoginParam struct {
	// json 字符串
	Params string `json:"params"`
	// 事件发生的时间
	EventTime int64 `json:"event_time"`
	// 用户
	User *User `json:"user"`
}

type AntispamUserLoginRequest

type AntispamUserLoginRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *AntispamUserLoginParam
}

func New

func (*AntispamUserLoginRequest) Execute

func (c *AntispamUserLoginRequest) Execute(accessToken *doudian_sdk.AccessToken) (*antispam_userLogin_response.AntispamUserLoginResponse, error)

func (*AntispamUserLoginRequest) GetParamObject

func (c *AntispamUserLoginRequest) GetParamObject() interface{}

func (*AntispamUserLoginRequest) GetParams

func (*AntispamUserLoginRequest) GetUrlPath

func (c *AntispamUserLoginRequest) GetUrlPath() string

type User

type User struct {
	// 用户类型
	UidType int32 `json:"uid_type"`
	// 用户 ID
	UserId int64 `json:"user_id"`
}

Jump to

Keyboard shortcuts

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