sms_sign_apply_list_response

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplyListItem

type ApplyListItem struct {
	// 申请单id
	SmsSignApplyId string `json:"sms_sign_apply_id"`
	// 签名
	Sign string `json:"sign"`
	// 短信发送渠道,主要做资源隔离
	SmsAccount string `json:"sms_account"`
	// 审核状态: 1:审核中 2:未通过 3:已开通 4:已关闭 5:免审核(店铺名和签名完全一致时返回)
	Status int64 `json:"status"`
	// 说明
	StatusRemark string `json:"status_remark"`
}

type SmsSignApplyListData

type SmsSignApplyListData struct {
	// 总数
	Total int64 `json:"total"`
	// 短信签名申请单列表
	ApplyList []ApplyListItem `json:"apply_list"`
}

type SmsSignApplyListResponse

type SmsSignApplyListResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *SmsSignApplyListData `json:"data"`
}

Jump to

Keyboard shortcuts

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