Page History

Custmsgpush

Last edited by 翁力

返回

自定义消息推送


URL: http://120.92.5.19:8080/CnliveIM/notify/custMsgPush.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用ID
plat String true i=IOS客户端,a=Android客户端
desc String true 自定义消息描述
fromSid String true 发送者ID
toSid String true 接收者ID
data String true 自定义消息数据

返回格式: JSON


返回格式样例:

{
    "data": "",
    "errorMessage": "成功",
    "errorCode": "0"
}