更新时间:2026-04-11 17:48:51
此接口默认开通,回送地址服务器需要启动一个 http 服务用于接收状态报告。用户在收到状态报告后需要自己写个方法去做处理收到的参数。
- 推送方式:post
- Content-Type:application/json
登录 创蓝平台 在系统管理->系统管理->数据推送->审核状态->模板审核,填入要接收的地址;
| 名称 | 类型 | 必传 | 描述 |
|---|---|---|---|
| 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 | 是 | 时间戳 |
示例如下:
复制成功{ "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" }