yapi/exampleCode/api/user/search.json
System Administrator 362172ef52 fix: bug修复
2017-09-14 18:19:13 +08:00

14 lines
275 B
JSON
Executable File

{
"errcode": 0,
"errmsg": "ok",
"data": [
{
"uid": 101,
"email": "admin@admin.com",
"role": "admin",
"username": "admin",
"addTime": 1499936103,
"upTime": 1499936103
}
]
}