yapi/exampleCode/api/user/reg.json

12 lines
249 B
JSON
Raw Normal View History

2017-07-12 12:23:40 +08:00
{
"errcode": 0,
"errmsg": "success",
"data": {
"uid": 139,
"email": "18500803805@163.com",
2017-07-12 20:47:20 +08:00
"username": "18500803805",
2017-07-12 12:23:40 +08:00
"add_time": 1499768413,
"up_time": 1499768413,
"role": "member"
}
}