chong

更新接口

... ... @@ -35,7 +35,8 @@
| user_id | String | Y |用户id| |
| user_real_name | String | Y |用户姓名 | |
| figure_url | String | N |用户头像 | |
| completion_grades | List | N | | [A_PLUS,A,B]|
| completion_A_PLUS | Int | Y | A+个数 | 0|
| completion_grades | List | N | | [A_PLUS,A,B]|
```
{
... ... @@ -43,6 +44,7 @@
"user_id": 100000007866,
"user_real_name": "张坤",
"figure_url": "https://avatars.boxfish.cn/user/100000007866/figure/1544409519.jpg",
"completion_A_PLUS":4,
"completion_grades": [
"A_PLUS",
"A_PLUS",
... ...