Commit 1fea322dffe30885a22737a2c7afc2d57b99deca

Authored by 翁力
1 parent 46e6055d

add

05.互动云/3.7 UGC主播鉴权接口.md 0 → 100644
  1 +#### 请求参数说明:
  2 +| 参数名 | 参数类型 | 必选 | 参数说明 |
  3 +| :-----------: | :------: | :------: | :------: |
  4 +| appId | String | true | 应用ID |
  5 +| id | String | true | 聊天室ID |
  6 +| sign | String | true | 签名|
  7 +-----
  8 +#### 返回格式说明:
  9 +```
  10 +{
  11 + "errorCode":"0",
  12 + "errorMessage":"成功"
  13 +}
  14 +
  15 +{
  16 + "errorCode":"530xx",
  17 + "errorMessage":"无权访问"
  18 +}
  19 +
  20 +```
0 21 \ No newline at end of file
... ...