sms_template_apply_list_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 SmsTemplateApplyListParam

type SmsTemplateApplyListParam struct {
	// 短信发送渠道,主要做资源隔离
	SmsAccount string `json:"sms_account"`
	// 短信模板内容: 英文短信:整条短信(包括签名+模板+变量中的内容)最多支持140个英文字符,超出将按140个字符截取为多条短信进行发送,费用按截取的条数收费; 非英文短信:整条短信(包括签名+模板+变量中的内容)最多支持70字符,超出将按70个字符截取为多条短信进行发送,费用按截取的条数收费;
	TemplateContent *string `json:"template_content"`
	// 短信模板申请单id
	SmsTemplateApplyId *string `json:"sms_template_apply_id"`
	// 每页数量,默认10
	Size *int64 `json:"size"`
	// 页码,默认0
	Page *int64 `json:"page"`
	// 审核状态: 1:审核中 2:未通过 3:已开通 4:已关闭
	Status *int64 `json:"status"`
}

type SmsTemplateApplyListRequest

type SmsTemplateApplyListRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *SmsTemplateApplyListParam
}

func (*SmsTemplateApplyListRequest) Execute

func (c *SmsTemplateApplyListRequest) Execute(accessToken *doudian_sdk.AccessToken) (*sms_template_apply_list_response.SmsTemplateApplyListResponse, error)

func (*SmsTemplateApplyListRequest) GetParamObject

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

func (*SmsTemplateApplyListRequest) GetParams

func (*SmsTemplateApplyListRequest) GetUrlPath

func (c *SmsTemplateApplyListRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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