sms_template_apply_response

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SmsTemplateApplyData

type SmsTemplateApplyData struct {
	// 短信发送渠道,主要做资源隔离
	SmsAccount string `json:"sms_account"`
	// 短信模板内容: 英文短信:最多支持140个英文字符,超出将按140个字符截取为多条短信进行发送,费用按截取的条数收费; 非英文短信:最多支持140个英文字符,超出将按140个字符截取为多条短信进行发送,费用按截取的条数收费;
	TemplateContent string `json:"template_content"`
	// 短信模版名称
	TemplateName string `json:"template_name"`
	// 模版id
	SmsTemplateId string `json:"sms_template_id"`
	// 短信模板申请单id
	SmsTemplateApplyId string `json:"sms_template_apply_id"`
	// 是否成功 0表示成功
	Code int64 `json:"code"`
	// 说明
	Message string `json:"message"`
}

type SmsTemplateApplyResponse

type SmsTemplateApplyResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *SmsTemplateApplyData `json:"data"`
}

Jump to

Keyboard shortcuts

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