models

package
v1.48.0 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QuerySendStatus

type QuerySendStatus struct {

	/* 总量 (Optional) */
	Total int `json:"total"`

	/* 发送信息明细列表 (Optional) */
	DetailList []SendStatus `json:"detailList"`
}

type RespCreditData added in v1.42.0

type RespCreditData struct {

	/* 资质ID (Optional) */
	SignId string `json:"signId"`
}

type RespCreditPageResult added in v1.42.0

type RespCreditPageResult struct {

	/* 总条数 (Optional) */
	Count int64 `json:"count"`

	/* 当前页 (Optional) */
	PageNum int `json:"pageNum"`

	/* 每页条数 (Optional) */
	PageSize int `json:"pageSize"`

	/* 总页数 (Optional) */
	PageCount int `json:"pageCount"`

	/* 数据 (Optional) */
	List []RespQueryCreditListData `json:"list"`
}

type RespPackageResult added in v1.42.0

type RespPackageResult struct {

	/* 剩余条数 (Optional) */
	Remainder int64 `json:"remainder"`
}

type RespQueryCreditListData added in v1.42.0

type RespQueryCreditListData struct {

	/* 资质ID (Optional) */
	SignId string `json:"signId"`

	/* 资质名称 (Optional) */
	CreditName string `json:"creditName"`

	/* 资质描述 (Optional) */
	CreditDesc string `json:"creditDesc"`
}

type RespQueryTemplateListData

type RespQueryTemplateListData struct {

	/* 短信ID (Optional) */
	TemplateId string `json:"templateId"`

	/* 短信标题 (Optional) */
	Title string `json:"title"`

	/* 审核状态 0: 审核中 1: 通过 2: 未通过 4:待提交 (Optional) */
	Status string `json:"status"`

	/* 审核未通过原因 (Optional) */
	Reason string `json:"reason"`

	/* 短信创建时间 yyyy-MM-dd HH:mm:ss (Optional) */
	CreateTime string `json:"createTime"`

	/* 短信内容大小 (Optional) */
	ContentSize string `json:"contentSize"`

	/* 资质Id (Optional) */
	AptitudesId string `json:"aptitudesId"`

	/* 短信描述 (Optional) */
	Description string `json:"description"`
}

type RespTemplateData added in v1.42.0

type RespTemplateData struct {

	/* 短信ID (Optional) */
	TemplateId string `json:"templateId"`
}

type RespTemplatePageResult added in v1.42.0

type RespTemplatePageResult struct {

	/* 总条数 (Optional) */
	Count int64 `json:"count"`

	/* 当前页 (Optional) */
	PageNum int `json:"pageNum"`

	/* 每页条数 (Optional) */
	PageSize int `json:"pageSize"`

	/* 总页数 (Optional) */
	PageCount int `json:"pageCount"`

	/* 数据 (Optional) */
	List []RespQueryTemplateListData `json:"list"`
}

type SendBatchMsg

type SendBatchMsg struct {

	/* 本次发送请求的序列号 (Optional) */
	SequenceNumber string `json:"sequenceNumber"`
}

type SendStatus

type SendStatus struct {

	/* 用户pin (Optional) */
	Pin string `json:"pin"`

	/* 应用ID (Optional) */
	AppId string `json:"appId"`

	/* 任务序列号 (Optional) */
	SequenceNumber string `json:"sequenceNumber"`

	/* 短信ID (Optional) */
	TemplateId string `json:"templateId"`

	/* 手机号 (Optional) */
	MobileNum string `json:"mobileNum"`

	/* 发送状态 -1:初始状态;0:成功发送到网关;1:下载成功;2:发送失败;3:未发送至网关,过期失败;4:发送到网关,过期失败 (Optional) */
	StateFlag int `json:"stateFlag"`

	/* 发送时间 yyyy-MM-dd HH:mm:ss (Optional) */
	SendTime string `json:"sendTime"`
}

type TemplateContent added in v1.42.0

type TemplateContent struct {

	/* 类型只能为 txt/jpg/png/gif/mp3/mp4  */
	FileType string `json:"fileType"`

	/* 类型为txt时,为文本信息;类型为非txt时,这里需要填写文件对应的base64编码  */
	Value string `json:"value"`
}

Jump to

Keyboard shortcuts

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