sms_sign_search_request

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2023 License: Apache-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 SmsSignSearchParam

type SmsSignSearchParam struct {
	// 短信发送渠道,主要做资源隔离
	SmsAccount string `json:"sms_account"`
	// 模糊搜索串
	Like *string `json:"like"`
	// 每页大小,默认10
	Size *int64 `json:"size"`
	// 页码,默认0
	Page *int64 `json:"page"`
}

type SmsSignSearchRequest

type SmsSignSearchRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *SmsSignSearchParam
}

func New

func New() *SmsSignSearchRequest

func (*SmsSignSearchRequest) Execute

func (c *SmsSignSearchRequest) Execute(accessToken *doudian_sdk.AccessToken) (*sms_sign_search_response.SmsSignSearchResponse, error)

func (*SmsSignSearchRequest) GetParamObject

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

func (*SmsSignSearchRequest) GetParams

func (c *SmsSignSearchRequest) GetParams() *SmsSignSearchParam

func (*SmsSignSearchRequest) GetUrlPath

func (c *SmsSignSearchRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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