Page History

Sendtextmsg

Last edited by 翁力

返回

发送普通(文本)消息


URL: http://120.92.5.19:8080/CnliveIM/notify/sendTextMsg.action?sdkAppId=xxxx&identifier=xxxx&groupId=xxxx&content=xxxx&appId=xxxx


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用ID
groupId String true 群组ID,向哪个群组发送系统通知
content String true 文本内容

返回格式: JSON


返回格式样例:

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