sms_template_search_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 SmsTemplateSearchData

type SmsTemplateSearchData struct {
	// 模板列表
	TemplateSearchList []TemplateSearchListItem `json:"template_search_list"`
	// 总条数
	Total int64 `json:"total"`
}

type SmsTemplateSearchResponse

type SmsTemplateSearchResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *SmsTemplateSearchData `json:"data"`
}

type TemplateSearchListItem

type TemplateSearchListItem struct {
	// 短信发送渠道,主要做资源隔离
	SmsAccount string `json:"sms_account"`
	// 短信模版内容
	TemplateContent string `json:"template_content"`
	// 短信模板id
	TemplateId string `json:"template_id"`
	// CN_NTC 国内通知短信 CN_MKT 国内营销短信(免审模版营销短信将自带退订功能,非免审模版需自行添加退订描述) CN_OTP 国内验证码
	ChannelType string `json:"channel_type"`
	// 短信模版名称
	TemplateName string `json:"template_name"`
}

Jump to

Keyboard shortcuts

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