mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
14 lines
250 B
JSON
14 lines
250 B
JSON
{
|
|
"errcode": 0,
|
|
"errmsg": "success",
|
|
"data": [
|
|
{
|
|
"_id": 101,
|
|
"email": "admin@admin.com",
|
|
"role": "admin",
|
|
"add_time": 1499932673,
|
|
"up_time": 1499932673
|
|
}
|
|
]
|
|
}
|