回调地址修改
更新时间:2026-07-27 11:05:09
说明
参数列表的可选属性 M:表示必选。 O:表示任意可选。 C:表示条件可选。
修改账号回调地址
说明
修改账号的签名、模板、状态报告、上行回调类型与地址。
方法
- 请求方法: POST
- Content-Type:application/json; charset=utf-8
- 请求网址:https://rcs.253.com/rcs/api/account/update_address
请求参数
| 字段 | 数据类型 | 可选属性 | 描述 |
|---|---|---|---|
| appId | string | M | 账号appId |
| signNotifyType | string | M | 签名状态获取类型:0 关闭 1 推送 |
| signNotifyUrl | string | C | 签名推送地址(signNotifyType为1时必填) |
| templateNotifyType | string | M | 模板状态获取类型:0 关闭 1 推送 |
| templateNotifyUrl | string | C | 模板推送地址(templateNotifyType为1时必填) |
| reportNotifyType | string | M | 状态报告获取类型:0 关闭 1 推送 2 拉取 |
| reportNotifyUrl | string | C | 状态报告推送地址(reportNotifyType为1时必填) |
| replyNotifyType | string | M | 上行获取类型:0 关闭 1 推送 2 拉取 |
| replyNotifyUrl | string | C | 上行推送地址(replyNotifyType为1时必填) |
| timestamp | string | M | 时间戳,1970/1/1 到现在的秒数,10 位 200 秒内请求有效 |
| signature | string | M | 验签签名 |
示例
请求格式:
{
"appId": "XXXXX",
"signNotifyType": "1",
"signNotifyUrl": "http://rcs-dev.cm253.com/rcs/api/msg/callback_cl",
"templateNotifyType": "1",
"templateNotifyUrl": "http://rcs-dev.cm253.com/rcs/api/msg/callback_cl",
"reportNotifyType": "1",
"reportNotifyUrl": "http://rcs-dev.cm253.com/rcs/api/msg/callback_cl",
"replyNotifyType": "1",
"replyNotifyUrl": "http://rcs-dev.cm253.com/rcs/api/msg/callback_cl",
"timestamp": 1718768809,
"signature": "af8dae668163534e218d0db00b94521340db5d72ceeec62b8e9c683195c1e26c"
}响应格式:
{
"code": "102000",
"message": "请求成功",
"data": null
}这篇文档对您有帮助吗?




