alibaba_aliqin_FcSmsDR (短消息发送结果报告)

消息产生条件

调用发送短信接口后,产生发送结果报告消息

消息属性

名称 类型 是否必须 示例值 描述
biz_id String 可选 123456^123456 任务主键
err_code String 可选 DELIVRD 返回原因code
extend String 可选 123456 扩展字段回传,调用api时传入,消息通知原样返回
receiver String 可选 13000000000 短信接收号码
rept_time String 可选 2015-04-14 12:21:44 报告时间
send_time String 可选 2015-04-14 12:21:23 发送时间
state String 可选 1 状态 1:成功,2:失败

消息示例

{
	"extend":"123456",
	"send_time":"2015-04-14 12:21:23",
	"receiver":"13000000000",
	"rept_time":"2015-04-14 12:21:44",
	"err_code":"DELIVRD",
	"state":"1",
	"biz_id":"123456^123456"
}

消息工具

如何获得此消息

返回
顶部