~~~[api]
post:/user/index
<<<
success
{
"code": 0,
"msg": "获取成功",
"data": {
"id": 1,
"avatar": "\/favicon.ico",
"username": "jwj",
"token": "4eb178d7d8099bba2f5c780401c347c1",
"active_time": "2020-05-21 15:50:31",
"create_time": "2020-05-21 15:50:31"
}
}
~~~
## 字段说明
| 字段名 | 说明 |
| --- | --- |
| avatar | 头像地址 |
| username | 用户名 |