Commit 9f20e848f78317896ee732716310e275f4f93279

Authored by 马亚鑫
1 parent 902a659c

邀请记录

04.用户云/5.7 我的邀请记录forActivity.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 + <tr>
  16 + <td>uid</td>
  17 + <td>true</td>
  18 + <td>string</td>
  19 + <td>用户ID</td>
  20 + </tr>
  21 + <tr>
  22 + <td>activityId</td>
  23 + <td>true</td>
  24 + <td>string</td>
  25 + <td>活动ID</td>
  26 + </tr>
  27 + <tr>
  28 + <td>sign</td>
  29 + <td>true</td>
  30 + <td>string</td>
  31 + <td>签名</td>
  32 + </tr>
  33 +</table>
  34 +
  35 +-----
  36 +#### 返回格式说明:
  37 +```
  38 +{
  39 + "errorCode": "0",
  40 + "errorMessage": "成功",
  41 + "data": [
  42 + {
  43 + "createTime": "2019-12-28 12:02:56",
  44 + "status": 1,
  45 + "inviterPoint": 500,
  46 + "nickName": "133xxxx3777",
  47 + "facePath": "https://wjj.ys1.cnliveimg.com/769/img/2018/0416/head.png"
  48 + },
  49 + {
  50 + "createTime": "2019-12-28 12:02:55",
  51 + "status": 1,
  52 + "inviterPoint": 500,
  53 + "nickName": "133xxxx3777",
  54 + "facePath": "https://wjj.ys1.cnliveimg.com/769/img/2018/0416/head.png"
  55 + },
  56 + {
  57 + "createTime": "2019-12-28 12:01:23",
  58 + "status": 2,
  59 + "inviterPoint": 500,
  60 + "nickName": "134xxxx0858",
  61 + "facePath": "https://wjj.ys1.cnliveimg.com/769/img/2018/0416/head.png"
  62 + }
  63 + ]
  64 +}
  65 +{
  66 + "errorCode":"1",
  67 + "errorMessage":"请求参数无效"
  68 +}
  69 +```
0 70 \ No newline at end of file
... ...