sms_public_template_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 PublicTemplateListItem

type PublicTemplateListItem struct {
	// 模版id
	TemplateId string `json:"template_id"`
	// 模版名称
	TemplateName string `json:"template_name"`
	// 模版内容
	TemplateContent string `json:"template_content"`
	// 模版类型
	ChannelType string `json:"channel_type"`
}

type SmsPublicTemplateData

type SmsPublicTemplateData struct {
	// 数据总量
	Total int64 `json:"total"`
	// 列表页数据
	PublicTemplateList []PublicTemplateListItem `json:"public_template_list"`
}

type SmsPublicTemplateResponse

type SmsPublicTemplateResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *SmsPublicTemplateData `json:"data"`
}

Jump to

Keyboard shortcuts

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