Commit 518370e6072858813729e4e8aaeb368173fc4aa7
1 parent
d92047fb
fix
Showing
2 changed files
with
46 additions
and
0 deletions
04.用户云/5.4 邀请排行榜.md
| ... | ... | @@ -31,4 +31,32 @@ |
| 31 | 31 | "errorCode":"1", |
| 32 | 32 | "errorMessage":"请求参数无效" |
| 33 | 33 | } |
| 34 | +{ | |
| 35 | + "errorCode": "0", | |
| 36 | + "errorMessage": "成功", | |
| 37 | + "data": { | |
| 38 | + "point": 100, | |
| 39 | + "totalNumber": 1, | |
| 40 | + "rankingBeans": [ | |
| 41 | + { | |
| 42 | + "rankId": 1, | |
| 43 | + "num": 30, | |
| 44 | + "nickName": "小李", | |
| 45 | + "point": 500000 | |
| 46 | + }, | |
| 47 | + { | |
| 48 | + "rankId": 2, | |
| 49 | + "num": 10, | |
| 50 | + "nickName": "小王", | |
| 51 | + "point": 300000 | |
| 52 | + }, | |
| 53 | + { | |
| 54 | + "rankId": 3, | |
| 55 | + "num": 10, | |
| 56 | + "nickName": "马小马", | |
| 57 | + "point": 200000 | |
| 58 | + } | |
| 59 | + ] | |
| 60 | + } | |
| 61 | +} | |
| 34 | 62 | ``` |
| 35 | 63 | \ No newline at end of file | ... | ... |
04.用户云/5.5 我的邀请记录.md
| ... | ... | @@ -49,4 +49,22 @@ |
| 49 | 49 | "errorCode":"1", |
| 50 | 50 | "errorMessage":"请求参数无效" |
| 51 | 51 | } |
| 52 | +{ | |
| 53 | + "errorCode": "0", | |
| 54 | + "errorMessage": "成功", | |
| 55 | + "data": { | |
| 56 | + "userInvitesBeans": [ | |
| 57 | + { | |
| 58 | + "createTime": "2019-11-18 17:14:49", | |
| 59 | + "status": 1, | |
| 60 | + "inviterPoint": 100, | |
| 61 | + "nickName": "136xxxx1724", | |
| 62 | + "facePath": "https://wjj.ys1.cnliveimg.com/769/img/2018/0416/head.png" | |
| 63 | + } | |
| 64 | + ], | |
| 65 | + "previous_cursor": "0", | |
| 66 | + "next_cursor": "0", | |
| 67 | + "total_number": "1" | |
| 68 | + } | |
| 69 | +} | |
| 52 | 70 | ``` |
| 53 | 71 | \ No newline at end of file | ... | ... |