yapi/exampleCode/api/project/get_member_list.json
2017-07-18 15:13:47 +08:00

14 lines
250 B
JSON

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