## 用户详情
~~~[api]
post:/api/getUserDetail
int:userId=3#用户id(不传该参数时默认获取当前用户详情)
<<<
success(Fa用户)
{
"status": "success",
"data": {
"id": 3,
"phone": "18611174866",
"email": "12121@qq.com",
"Authentication": 1,
"status": 1,
"role": 1,
"user_auth_id": null,
"create_time": 1556531846,
"update_time": 1556531846,
"info": {
"id": 15,
"username": "peter",
"financing_money": "1111",
"project_num": 58,
"lingyu_id": "20,100",
"stage_id": "5",
"email": null,
"header_img": "/upload/image/cb5cbdbde2f443e94c36e8d6165c11aedad84adb-5d0a009d51d8c.jpg",
"status": 1,
"user_id": 3,
"description": "国内知名Fa,对结果很多知名项目",
"create_time": "1560933802",
"update_time": "1560936605",
"lingyu_name": [
{
"name": "儿童早教",
"id": 20
},
{
"name": "其他游戏服务",
"id": 100
}
],
"stage_name": [
{
"name": "A轮",
"id": 5
}
]
}
}
}
<<<
success(项目用户)
{
"status": "success",
"data": {
"id": 4,
"phone": "18611174865",
"email": "568014695@qq.com",
"Authentication": 1,
"status": 1,
"role": 2,
"user_auth_id": null,
"create_time": 1556532283,
"update_time": 1556532283,
"info": {
"id": 82695,
"user_id": 4,
"project_id": 82695,
"status": 0,
"create_time": "0000-00-00 00:00:00",
"update_time": "0000-00-00 00:00:00",
"name": "网澄科技",
"description": "网澄科技是一家手机游戏开发商,公司致力于手机游戏的研发、发行及运营,为手机用户提供多元化无线娱乐服务,目前公司旗下产品有“水果消消乐”,是一款基于三消玩法的休闲益智游戏。",
"financing_money": 0,
"lingyu_id": 80,
"lingyu_sub_id": 81,
"stage_id": 5,
"tag": "",
"img": "447544ac8ae696853d1ba762de970a3b.jpg",
"logo": "https://cdn.itjuzi.com/images/997b05440757708c8e3a4170eac7016d.png?imageView2/0/q/100",
"yongjin": 0,
"vip": 0,
"vip_contract": null,
"contract_name": null,
"contract_phone": null,
"alike_project": null,
"member": null,
"project_light": "网澄科技是一家手机游戏开发商,公司致力于手机游戏的研发、发行及运营,为手机用户提供多元化无线娱乐服务,目前公司旗下产品有“水果消消乐”,是一款基于三消玩法的休闲益智游戏。",
"project_BP": "",
"create_user_id": 0,
"lingyu_name": [
{
"name": "景点门票",
"id": 80
}
],
"stage_name": [
{
"name": "A轮",
"id": 5
}
]
}
}
}
<<<
error
{
"status": "error",
"error": {
"message": "未登录",
"code": 1000
}
}
~~~