Commit 8d6add92c53921601a155f87a69e2dc5df0bef12

Authored by 郑超
1 parent 400d9867

TIM发送系统消息接口

05.互动云/6.2 TIM-发送系统消息.md 0 → 100644
  1 +#### 请求参数说明:
  2 +| 参数名 | 参数类型 | 必选 | 参数说明 |
  3 +| :-----------: | :------: | :------: | :------: |
  4 +| appId| String | true| 应用ID|
  5 +| sdkAppId| String | true | APP在云通信控制台上获取的Appid |
  6 +| groupId| String | false | 用户自定义群组ID,向哪个群组发送系统通知|
  7 +| content| String | true | 系统通知的内容|
  8 +| sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> |
  9 +-----
  10 +#### 返回格式说明:
  11 +```
  12 +{
  13 + "errorCode": "0",
  14 + "errorMessage": "成功"
  15 +}
  16 +```
0 \ No newline at end of file 17 \ No newline at end of file