logo
logo
请输入关键词搜索产品或者文档
中国

中国站

创蓝云智

国际站

Innopaas

回调地址修改

更新时间:2026-07-27 11:05:09

说明

参数列表的可选属性 M:表示必选。 O:表示任意可选。 C:表示条件可选。

修改账号回调地址

说明

修改账号的签名、模板、状态报告、上行回调类型与地址。

方法

请求参数

字段数据类型可选属性描述
appIdstringM账号appId
signNotifyTypestringM签名状态获取类型:0 关闭 1 推送
signNotifyUrlstringC签名推送地址(signNotifyType为1时必填)
templateNotifyTypestringM模板状态获取类型:0 关闭 1 推送
templateNotifyUrlstringC模板推送地址(templateNotifyType为1时必填)
reportNotifyTypestringM状态报告获取类型:0 关闭 1 推送 2 拉取
reportNotifyUrlstringC状态报告推送地址(reportNotifyType为1时必填)
replyNotifyTypestringM上行获取类型:0 关闭 1 推送 2 拉取
replyNotifyUrlstringC上行推送地址(replyNotifyType为1时必填)
timestampstringM时间戳,1970/1/1 到现在的秒数,10 位 200 秒内请求有效
signaturestringM验签签名

示例

请求格式:

{
    "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
}
24小时热线 400-9669-253