## 用戶詳情
~~~[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
}
}
~~~