Commit 4e8d3aaaaf5a028bd5d40dcfe4f96873a529c638

Authored by javazhengchao@163.com
1 parent 7ef8d931

add wiki

04.用户云/3.4 通过appId获取注册协议.md 0 → 100644
  1 +#### 请求参数说明:
  2 +<table class="table table-bordered table-striped table-condensed">
  3 + <tr>
  4 + <th>参数</th>
  5 + <th>必选</th>
  6 + <th>类型</th>
  7 + <th>说明</th>
  8 + </tr>
  9 + <tr>
  10 + <td>appId</td>
  11 + <td>true</td>
  12 + <td>string</td>
  13 + <td>应用ID</td>
  14 + </tr>
  15 +</table>
  16 +
  17 +-----
  18 +#### 返回格式说明:
  19 +```
  20 +{
  21 + "errorCode": "0",
  22 + "errorMessage": "成功"
  23 +}
  24 +```
0 25 \ No newline at end of file
... ...