Commit 4bc1d68f9ceabe75d15374223b5488c0d1df3a30

Authored by 郑超
1 parent c1ea7d30

add wiki

05.互动云/6.4 TIM-关注达人.md 0 → 100644
  1 +#### 请求参数说明:
  2 +| 参数名 | 参数类型 | 必选 | 参数说明 |
  3 +| :-----------: | :------: | :------: | :------: |
  4 +| appId| String | true| 应用ID|
  5 +| sdkAppId| String | true | APP在云通信控制台上获取的SDKAPPID|
  6 +| formSid| String | true| 目标用户帐号|
  7 +| toSid| String | true| 关注达人id,多个id用逗号分隔|
  8 +| sign | String | true | 签名规则见<a href="http://bj.gitlab.cnlive.com/OPEN-API/WIKI/blob/master/00.%E5%85%AC%E5%85%B1%E7%BB%84%E4%BB%B6/1.1%20SHA1%E7%AD%BE%E5%90%8D.md">签名详情</a>
  9 +-----
  10 +#### 返回格式说明:
  11 +```
  12 +{
  13 + "errorCode": "0",
  14 + "errorMessage": "成功"
  15 +}
  16 +```
0 17 \ No newline at end of file
... ...
05.互动云/6.5 TIM-取消关注达人.md 0 → 100644
  1 +#### 请求参数说明:
  2 +| 参数名 | 参数类型 | 必选 | 参数说明 |
  3 +| :-----------: | :------: | :------: | :------: |
  4 +| appId| String | true| 应用ID|
  5 +| sdkAppId| String | true | APP在云通信控制台上获取的SDKAPPID|
  6 +| formSid| String | true| 发起方账号|
  7 +| toSid| String | true| 被取消达人号ID,多个用逗号分隔|
  8 +| sign | String | true | 签名规则见<a href="http://bj.gitlab.cnlive.com/OPEN-API/WIKI/blob/master/00.%E5%85%AC%E5%85%B1%E7%BB%84%E4%BB%B6/1.1%20SHA1%E7%AD%BE%E5%90%8D.md">签名详情</a>
  9 +-----
  10 +#### 返回格式说明:
  11 +```
  12 +{
  13 + "errorCode": "0",
  14 + "errorMessage": "成功"
  15 +}
  16 +```
0 17 \ No newline at end of file
... ...
05.互动云/6.6 TIM-获取关注列表.md 0 → 100644
  1 +#### 请求参数说明:
  2 +| 参数名 | 参数类型 | 必选 | 参数说明 |
  3 +| :-----------: | :------: | :------: | :------: |
  4 +| appId| String | true| 应用ID|
  5 +| sdkAppId| String | true | APP在云通信控制台上获取的SDKAPPID|
  6 +| formSid| String | true| 发起方账号|
  7 +| sign | String | true | 签名规则见<a href="http://bj.gitlab.cnlive.com/OPEN-API/WIKI/blob/master/00.%E5%85%AC%E5%85%B1%E7%BB%84%E4%BB%B6/1.1%20SHA1%E7%AD%BE%E5%90%8D.md">签名详情</a>
  8 +-----
  9 +#### 返回格式说明:
  10 +```
  11 +{
  12 + "errorCode": "0",
  13 + "errorMessage": "成功",
  14 + "list": {
  15 + [
  16 + "name": "xxx",
  17 + "sid": "123345",
  18 + "pic": "xxxxxx"
  19 + ],
  20 + [
  21 + "name": "xxx",
  22 + "sid": "123345",
  23 + "pic": "xxxxxx"
  24 + ]
  25 + }
  26 +}
  27 +```
0 28 \ No newline at end of file
... ...
05.互动云/6.7 TIM-达人推送.md 0 → 100644
  1 +#### 请求参数说明:
  2 +| 参数名 | 参数类型 | 必选 | 参数说明 |
  3 +| :-----------: | :------: | :------: | :------: |
  4 +| appId| String | true| 应用ID|
  5 +| sdkAppId| String | true | APP在云通信控制台上获取的SDKAPPID|
  6 +| formSid| String | true| 发起方账号|
  7 +| sign | String | true | 签名规则见<a href="http://bj.gitlab.cnlive.com/OPEN-API/WIKI/blob/master/00.%E5%85%AC%E5%85%B1%E7%BB%84%E4%BB%B6/1.1%20SHA1%E7%AD%BE%E5%90%8D.md">签名详情</a>
  8 +-----
  9 +#### 返回格式说明:
  10 +```
  11 +{
  12 + "errorCode": "0",
  13 + "errorMessage": "成功"
  14 +}
  15 +```
0 16 \ No newline at end of file
... ...