KesionEDU网校V10(2022)


获取行业类别(所有)

<p><strong>简要描述:</strong> </p> <p>-获取职业类别接口</p> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.2:70/webapi/user/GetJobIndustryCategory</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>默认值</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">apptoken</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>Apptoken身份验证(这个值在登陆和注册的时候有返回来的)</td> </tr> <tr> <td style="text-align: left;">apikey</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>api秘钥</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "data": [ { "name": "计算机/互联网/通信/电子", "childs": [ { "name": "计算机软件", "childs": [ { "name": "ddd一样", "childs": [], "id": 194 }, { "name": "vvv", "childs": [], "id": 215 }, { "name": "ssd", "childs": [], "id": 216 }, { "name": "dfsdffs", "childs": [], "id": 217 } ], "id": 21 }, { "name": "计算机硬件", "childs": [ { "name": "dddsf", "childs": [], "id": 218 }, { "name": "dsds", "childs": [], "id": 219 } ], "id": 22 }, { "name": "计算机服务(系统、数据服务、维修)", "childs": [], "id": 23 }, { "name": "通信/电信/网络设备", "childs": [], "id": 24 }, { "name": "通信/电信运营、增值服务", "childs": [], "id": 25 }, { "name": "互联网/电子商务", "childs": [], "id": 26 }, { "name": "网络游戏", "childs": [], "id": 27 }, { "name": "电子技术/半导体/集成电路", "childs": [], "id": 28 }, { "name": "仪器仪表/工业自动化", "childs": [], "id": 29 } ], "id": 10 }, { "name": "会计/金融/银行/保险", "childs": [ { "name": "会计/审计", "childs": [], "id": 30 }, { "name": "金融/投资/证券", "childs": [], "id": 31 }, { "name": "银行", "childs": [], "id": 32 }, { "name": "保险", "childs": [], "id": 33 } ], "id": 11 }, { "name": "贸易/制造/营运", "childs": [ { "name": "贸易/进出口", "childs": [], "id": 34 }, { "name": "批发/零售", "childs": [], "id": 35 }, { "name": "快速消费品(食品、饮料、化妆品)", "childs": [], "id": 36 }, { "name": "服装/纺织/皮革", "childs": [], "id": 37 }, { "name": "家具/家电/工艺品/玩具/珠宝", "childs": [], "id": 38 }, { "name": "奢侈品/收藏品", "childs": [], "id": 39 }, { "name": "办公用品及设备", "childs": [], "id": 40 }, { "name": "机械/设备/重工", "childs": [], "id": 41 }, { "name": "汽车及零配件", "childs": [], "id": 42 } ], "id": 12 }, { "name": "制药/医疗", "childs": [ { "name": "制药/生物工程", "childs": [], "id": 43 }, { "name": "医疗/护理/卫生", "childs": [], "id": 44 }, { "name": "医疗设备/器械", "childs": [], "id": 45 } ], "id": 13 }, { "name": "广告/媒体", "childs": [ { "name": "广告", "childs": [], "id": 46 }, { "name": "公关/市场推广/会展", "childs": [], "id": 47 }, { "name": "影视/媒体/艺术/文化传播", "childs": [], "id": 48 }, { "name": "文字媒体/出版", "childs": [], "id": 49 }, { "name": "印刷/包装/造纸", "childs": [], "id": 50 } ], "id": 14 }, { "name": "房地产/建筑", "childs": [], "id": 15 }, { "name": "专业服务/教育/培训", "childs": [], "id": 16 }, { "name": "服务业", "childs": [ { "name": "餐饮业", "childs": [], "id": 62 }, { "name": "酒店/旅游", "childs": [], "id": 63 }, { "name": "娱乐/休闲/体育", "childs": [], "id": 64 }, { "name": "美容/保健", "childs": [], "id": 65 }, { "name": "生活服务", "childs": [], "id": 66 } ], "id": 17 }, { "name": "物流/运输", "childs": [ { "name": "交通/运输/物流", "childs": [], "id": 67 }, { "name": "航天/航空", "childs": [], "id": 68 } ], "id": 18 }, { "name": "能源/原材料", "childs": [ { "name": "石油/化工/矿产/地质", "childs": [], "id": 69 }, { "name": "采掘业/冶炼", "childs": [], "id": 70 }, { "name": "电力/水利", "childs": [], "id": 71 }, { "name": "新能源", "childs": [], "id": 72 }, { "name": "原材料和加工", "childs": [], "id": 73 } ], "id": 19 }, { "name": "3", "childs": [], "id": 251 } ], "result": true, "msg": "success" }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数</th> <th style="text-align: left;">类型</th> <th style="text-align: left;">描述</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">string</td> <td style="text-align: left;">名称</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">int</td> <td style="text-align: left;">ID</td> </tr> <tr> <td style="text-align: left;">childs</td> <td style="text-align: left;">数组</td> <td style="text-align: left;">子分类集合</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML