antispam_orderSend_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 AntispamOrderSendParam

type AntispamOrderSendParam struct {
	// 事件时间
	EventTime int64 `json:"event_time"`
	// 用户
	User *User `json:"user"`
	// 可变参数
	Params string `json:"params"`
}

type AntispamOrderSendRequest

type AntispamOrderSendRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *AntispamOrderSendParam
}

func New

func (*AntispamOrderSendRequest) Execute

func (c *AntispamOrderSendRequest) Execute(accessToken *doudian_sdk.AccessToken) (*antispam_orderSend_response.AntispamOrderSendResponse, error)

func (*AntispamOrderSendRequest) GetParamObject

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

func (*AntispamOrderSendRequest) GetParams

func (*AntispamOrderSendRequest) GetUrlPath

func (c *AntispamOrderSendRequest) 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