tencent cloud

短信

动态与公告
公告
产品简介
常用概念
产品概述
审核标准
使用须知
签名审核标准
正文模板审核标准
正文模板示例
审核驳回原因
国际/港澳台短信
国际/港澳台短信简介
国际/港澳台短信购买指南
国际/港澳台短信快速入门
控制台指南
控制台说明
国际/港澳台短信
营销管理
业务统计
应用管理
通用管理
访问管理
实践教程
如何群发祝福短信
如何实现短信验证码功能
API 文档
History
Introduction
API Category
Making API Requests
Status Pull APIs
SMS Statistics APIs
SMS Signature APIs
SMS Delivery APIs
SMS Mobile Number APIs
SMS Conversion Rate APIs
SMS Template APIs
Data Types
Error Codes
短信回调相关接口
SDK 文档
SDK 下载
Java SDK
PHP SDK
Python SDK
Node.js SDK
C# SDK
Go SDK
C++ SDK
常见问题
费用相关问题
安全相关问题
签名相关问题
模板相关问题
发送内容相关问题
其他问题
相关协议
腾讯云短信数据处理和安全协议
腾讯云短信隐私政策
Service Level Agreement
腾讯云短信服务条款
联系我们

Data Types

PDF
聚焦模式
字号
最后更新时间: 2026-02-05 09:36:01

AddSignStatus

Signature addition response

Used by actions: AddSmsSign.

Name Type Description
SignId Integer Signature ID.

AddTemplateStatus

Template parameter addition response

Used by actions: AddSmsTemplate.

Name Type Description
TemplateId String Template ID.

CallbackStatusStatistics

Receipt statistics response body

Used by actions: CallbackStatusStatistics.

Name Type Description
CallbackCount Integer Messages with receipt.
RequestSuccessCount Integer Successfully submitted SMS messages.
CallbackFailCount Integer Failed receipts.
CallbackSuccessCount Integer Successful receipts.
InternalErrorCount Integer Carrier's internal error.
InvalidNumberCount Integer Invalid numbers.
ShutdownErrorCount Integer Errors such as out-of-service or power-off.
BlackListCount Integer Blocked mobile numbers.
FrequencyLimitCount Integer Carrier rate limit hits.

DeleteSignStatus

Signature deletion response

Used by actions: DeleteSmsSign.

Name Type Required Description
DeleteStatus String Yes Deletion status information.
DeleteTime Integer Yes Deleted time in seconds in the format of UNIX timestamp.

DeleteTemplateStatus

Template deletion response

Used by actions: DeleteSmsTemplate.

Name Type Description
DeleteStatus String Deletion status information.
DeleteTime Integer Deleted time in seconds in the format of UNIX timestamp.

DescribeSignListStatus

Response for getting SMS signature information

Used by actions: DescribeSmsSignList.

Name Type Description
SignId Integer Signature ID.
International Integer Whether it is Global SMS. 0: Mainland China SMS; 1: Global SMS.
StatusCode Integer Signature application status. Valid values: 0: approved; 1: under review.
-1: application rejected or failed.
ReviewReply String Review reply, i.e., response given by the reviewer, which is usually the reason for rejection.
SignName String Signature name.
CreateTime Integer Application submission time in the format of UNIX timestamp in seconds.

DescribeTemplateListStatus

Response for getting SMS template information

Used by actions: DescribeSmsTemplateList.

Name Type Description
TemplateId Integer Template ID.
International Integer Whether it is Global SMS. 0: Mainland China SMS; 1: Global SMS.
StatusCode Integer Template application status. Valid values: 0: approved and effective; 1: under review; 2: approved but to be effective; -1: application rejected or failed.
ReviewReply String Review reply, i.e., response given by the reviewer, which is usually the reason for rejection.
TemplateName String Template name.
CreateTime Integer Application submission time in the format of UNIX timestamp in seconds.
TemplateContent String Template content.

ModifySignStatus

Signature modification response

Used by actions: ModifySmsSign.

Name Type Description
SignId Integer Signature ID.

ModifyTemplateStatus

Template parameter modification response

Used by actions: ModifySmsTemplate.

Name Type Description
TemplateId Integer Template ID.

PhoneNumberInfo

Mobile number information.

Used by actions: DescribePhoneNumberInfo.

Name Type Description
Code String Error code for mobile number information query. Ok will be returned if the query is successful.
Message String Description of the error code for mobile number information query.
NationCode String Country (or region) code.
SubscriberNumber String Subscriber number in normal format such as 13711112222, without any prefix (country or region code).
PhoneNumber String The standardized mobile number in E.164 format after parsing, which is consistent with the parsed number for SMS message delivery. If the parsing fails, the original number will be returned.
IsoCode String Country or region code such as CN and US. If the country or region code cannot be identified, DEF will be returned by default.
IsoName String Country code or region name such as China. For more information, see Global SMS Price Overview

PullSmsReplyStatus

SMS reply status

Used by actions: PullSmsReplyStatus, PullSmsReplyStatusByPhoneNumber.

Name Type Description
ExtendCode String SMS code number extension, which is not activated by default. If you need to activate it, please contact SMS Helper.
CountryCode String Country (or region) code.
PhoneNumber String Mobile number in the E.164 standard (+[country/region code][mobile number]), such as +8613711112222, which has a + sign followed by 86 (country/region code) and then by 13711112222 (mobile number).
SignName String SMS signature name.
ReplyContent String User reply.
ReplyTime Integer Reply time in seconds in the format of UNIX timestamp.
SubscriberNumber String User's mobile number in a common format such as 13711112222.

PullSmsSendStatus

SMS delivery status details

Used by actions: PullSmsSendStatus, PullSmsSendStatusByPhoneNumber.

Name Type Description
UserReceiveTime Integer Actual time of SMS receipt by user in seconds in the format of UNIX timestamp.
CountryCode String Country (or region) code.
SubscriberNumber String User's mobile number in a common format such as 13711112222.
PhoneNumber String Mobile number in the E.164 standard (+[country/region code][mobile number]), such as +8613711112222, which has a + sign followed by 86 (country/region code) and then by 13711112222 (mobile number).
SerialNo String ID of the current delivery.
ReportStatus String Whether the SMS message is actually received. Valid values: SUCCESS (success), FAIL (failure).
Description String Description of SMS receipt by user.
SessionContext String User session content, which is the same as the SessionContext in the request and is empty by default. If you need to activate it, contact SMS Helper.
Note: This field may return null, indicating that no valid values can be obtained.

ReportConversionStatus

Response for conversion rate reporting

Used by actions: ReportConversion.

Name Type Description
Code String Error code. ok is returned if the conversion rate is successfully reported.
Message String Error code description.

SendStatus

SMS delivery status

Used by actions: SendSms.

Name Type Description
SerialNo String Delivery serial number.
PhoneNumber String Mobile number in the E.164 standard (+[country/region code][mobile number]), such as +8613711112222, which has a + sign followed by 86 (country/region code) and then by 13711112222 (mobile number).
Fee Integer Number of billable SMS messages. For billing rules, see Billing Policy.
SessionContext String User session content.
Code String SMS request error code. For specific meanings, see Error Codes. Ok will be returned for successful delivery.
Message String SMS request error message.
IsoCode String Country/Region code, such as CN and US. For unrecognized country/region codes, DEF is returned by default. For the specific list of supported values, please see Global SMS Price Overview.

SendStatusStatistics

Delivery statistics response body

Used by actions: SendStatusStatistics.

Name Type Description
FeeCount Integer Billable SMS message quantity; for example, in 100 successfully submitted SMS messages, if 20 ones are long messages (over 80 characters) and split into two messages each, then the billable quantity will be 80 * 1 + 20 * 2 = 120.
RequestCount Integer Submitted SMS messages.
RequestSuccessCount Integer Successfully submitted SMS messages.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈