https://xxxxxx/v4/openim/modify_c2c_msg?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
参数 | 说明 |
xxxxxx | SDKAppID 所在国家/地区对应的专属域名: 中国: console.tim.qq.com 新加坡: adminapisgp.im.qcloud.com 首尔: adminapikr.im.qcloud.com 法兰克福: adminapiger.im.qcloud.com 硅谷: adminapiusa.im.qcloud.com 雅加达: adminapiidn.im.qcloud.com |
v4/openim/modify_c2c_msg | 请求接口 |
sdkappid | 创建应用时即时通信 IM 控制台分配的 SDKAppID |
identifier | |
usersig | |
random | 请输入随机的32位无符号整数,取值范围0 - 4294967295 |
contenttype | 请求格式固定值为 json |
{"From_Account": "dramon1","To_Account": "dramon2","MsgKey": "1_2_3","MsgBody": [{"MsgType": "TIMTextElem","MsgContent": {"Text": "hello"}}]}
{"From_Account": "dramon1","To_Account": "dramon2","MsgKey": "1_2_3","CloudCustomData": "your cloud custom data"}
{"From_Account": "dramon1","To_Account": "dramon2","MsgKey": "1_2_3","MsgBody": [{"MsgType": "TIMTextElem","MsgContent": {"Text": "hello"}}],"CloudCustomData": "your cloud custom data"}
字段 | 类型 | 属性 | 说明 |
From_Account | String | 必填 | 消息发送方 UserID |
To_Account | String | 必填 | 消息接收方 UserID |
MsgKey | String | 必填 | 待修改消息的唯一标识。获取消息 MsgKey 的方法请参见本接口的接口说明 |
MsgBody | Array | 选填 | |
CloudCustomData | String | 选填 | 消息自定义数据(云端保存,会发送到对端,程序卸载重装后还能拉取到) |
{"ActionStatus": "OK","ErrorCode": 0,"ErrorInfo": "succeed"}
字段 | 类型 | 说明 |
ActionStatus | String | 请求处理的结果,OK 表示处理成功,FAIL 表示失败 |
ErrorCode | Integer | 错误码,0表示成功,非0表示失败 |
ErrorInfo | String | 错误信息 |
错误码 | 描述 |
20001 | 请求包非法 |
20002 | UserSig 或 A2 失效 |
20003 | 消息发送方或接收方 UserID 无效或不存在,请检查 UserID 是否已导入即时通信 IM |
20004 | 网络异常,请重试 |
20005 | 服务器内部错误,请重试 |
90001 | JSON 格式解析失败,请检查请求包是否符合 JSON 规范 |
90002 | |
90003 | JSON 格式请求包体中缺少 To_Account 字段或者 To_Account 字段不是 String 类型 |
90007 | JSON 格式请求包体中 MsgBody 类型不是 Array 类型,请将其修改为 Array 类型 |
90009 | 请求需要 App 管理员权限 |
90010 | |
90012 | To_Account 没有注册或不存在,请确认 To_Account 是否导入即时通信 IM 或者是否拼写错误 |
91000 | 服务内部错误,请重试 |
90992 | 服务内部错误,请重试;如果所有请求都返回该错误码,且 App 配置了第三方回调,请检查 App 服务器是否正常向即时通信 IM 后台服务器返回回调结果 |
本页内容是否解决了您的问题?