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

14 lines
250 B
JSON
Executable File

{
"errcode": 0,
"errmsg": "success",
"data": [
{
"_id": 101,
"email": "admin@admin.com",
"role": "admin",
"add_time": 1499932673,
"up_time": 1499932673
}
]
}