## 獲取所在行業
~~~[api]
get:index/User/industry
*user_token=1%4016c96d9a163cd878764d2122ef8cf42e#登錄之后的密鑰
<<<
success
{
"code": 0,
"msg": "獲取成功",
"data": [
{
"id": 1,
"title": "計算機/互聯網/通信/電子",
"pid": 0
"children": [
{
"id": 12,
"title": "web開發",
"pid": 1
"children": []
},
{
"id": 13,
"title": "網絡運營",
"pid": 1
"children": []
}
]
},
{
"id": 2,
"title": "會計/金融/銀行/保險",
"pid": 0
"children": [
{
"id": 17,
"title": "會計",
"pid": 2
"children": []
}
]
},
{
"id": 3,
"title": "貿易/消費/制造/營運",
"pid": 0
"children": []
},
{
"id": 4,
"title": "制藥/醫療",
"pid": 0
"children": []
}
]
}
~~~
### 返回字段說明
| 字段 | 說明 |
| --- | --- |
| id | 行業的ID |
| title | 行業的名稱 |
| pid | 行業的父級id |
| children | 行業下面的子信息 |