模板审核推送
更新时间:2026-07-06 15:43:40
1、模板审核推送
此接口默认开通,回送地址服务器需要启动一个 http 服务用于接收状态报告。用户在收到状态报告后需要自己写个方法去做处理收到的参数。
1.1 推送请求
- 推送方式:post
- Content-Type:application/json
1.2 推送绑定状态报告接收地址
登录 创蓝平台 在系统管理->系统管理->数据推送->审核状态->模板审核,填入要接收的地址;
1.3 推送 POST 参数
| 名称 | 类型 | 必传 | 描述 |
|---|---|---|---|
| app_id | string | 是 | app_id |
| audit_desc | string | 是 | 审核意见 |
| audit_state | string | 是 | 审核状态:03-通过,04-驳回 |
| nonce | string | 是 | 随机数,作为消息的唯一ID,重复推送会保证ID的唯一性 |
| operator | string | 否 | 运营商:1-移动 2-联通 3-电信 |
| signature | string | 是 | 签名,用于验签 |
| template_id | string | 是 | 模板ID |
| template_type | string | 是 | 模板类型 |
| terminal_factory | string | 是 | 审核厂商 |
| timestamp | string | 是 | 时间戳 |
1.4 推送示例说明
示例如下:
{
"app_id": "xSEgkAj4LqWnrCcd",
"audit_desc": "测试链路",
"audit_state": "04",
"nonce": "200a69be-362e-47a3-9928-a3ffcd0578ae",
"operator": null,
"signature": "fea745f214cb4fc756511303ecb385c418b02d704c166b176d8d9ee12e139ab5",
"template_id": "CLAIM202604101649070418655994880",
"template_type": "AIM",
"terminal_factory": "HUAWEI",
"timestamp": "1775812096685"
}这篇文档对您有帮助吗?




