GET api/JobHireShow/GetShowCompanyIndustryCategory?showId={showId}
获取专场招聘中所有企业的分类
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId |
招聘会标识 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取专场招聘中所有企业的分类
Collection of mh163k_category| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
自增长id |
integer |
None. |
| Chrcategory |
分类名称 |
string |
None. |
| Intorder |
排序 |
integer |
None. |
| Isopen | integer |
None. |
|
| Styleid |
分类组别id |
CommonCategory |
None. |
| Intlevel | integer |
None. |
|
| Parentid |
父节点 |
integer |
None. |
| Chrimage | string |
None. |
|
| Ifshow | integer |
None. |
|
| Dtappenddate | date |
None. |
|
| Howmuch | integer |
None. |
|
| Hits | integer |
None. |
|
| Color | string |
None. |
|
| Chrmark | string |
None. |
|
| Ctitle | string |
None. |
|
| Ckeyword |
关键字 |
string |
None. |
| Cdescription | string |
None. |
|
| Chrcontent |
分类介绍 |
string |
None. |
| Companyid1 | integer |
None. |
|
| Companyid2 | integer |
None. |
|
| Companyid3 | integer |
None. |
|
| Companyid4 | integer |
None. |
|
| Companyid5 | integer |
None. |
|
| Isindex |
是否热门 |
integer |
None. |
| GpsX | decimal number |
None. |
|
| GpsY | decimal number |
None. |
|
| MobileImage |
手机端图标 |
string |
None. |
| ListShowType |
列表页显示样式 |
ShowType |
None. |
| IsSkipCategory |
是否跳转链接 默认false,不可有二级 |
boolean |
None. |
| SkipCategoryUrl |
跳转链接 |
string |
None. |
| SkipCategoryPublishUrl |
跳转发布链接 |
string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfmh163k_category xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">
<mh163k_category>
<Cdescription>sample string 15</Cdescription>
<Chrcategory>sample string 2</Chrcategory>
<Chrcontent>sample string 16</Chrcontent>
<Chrimage>sample string 7</Chrimage>
<Chrmark>sample string 12</Chrmark>
<Ckeyword>sample string 14</Ckeyword>
<Color>sample string 11</Color>
<Companyid1>17</Companyid1>
<Companyid2>18</Companyid2>
<Companyid3>19</Companyid3>
<Companyid4>20</Companyid4>
<Companyid5>21</Companyid5>
<Ctitle>sample string 13</Ctitle>
<Dtappenddate>2025-12-16T16:04:22.2514008+08:00</Dtappenddate>
<GpsX>23.1</GpsX>
<GpsY>24.1</GpsY>
<Hits>10</Hits>
<Howmuch>9</Howmuch>
<Id>1</Id>
<Ifshow>8</Ifshow>
<Intlevel>5</Intlevel>
<Intorder>3</Intorder>
<IsSkipCategory>true</IsSkipCategory>
<Isindex>22</Isindex>
<Isopen>4</Isopen>
<ListShowType>Transverse</ListShowType>
<MobileImage>sample string 25</MobileImage>
<Parentid>6</Parentid>
<SkipCategoryPublishUrl>sample string 28</SkipCategoryPublishUrl>
<SkipCategoryUrl>sample string 27</SkipCategoryUrl>
<Styleid>Position</Styleid>
</mh163k_category>
<mh163k_category>
<Cdescription>sample string 15</Cdescription>
<Chrcategory>sample string 2</Chrcategory>
<Chrcontent>sample string 16</Chrcontent>
<Chrimage>sample string 7</Chrimage>
<Chrmark>sample string 12</Chrmark>
<Ckeyword>sample string 14</Ckeyword>
<Color>sample string 11</Color>
<Companyid1>17</Companyid1>
<Companyid2>18</Companyid2>
<Companyid3>19</Companyid3>
<Companyid4>20</Companyid4>
<Companyid5>21</Companyid5>
<Ctitle>sample string 13</Ctitle>
<Dtappenddate>2025-12-16T16:04:22.2514008+08:00</Dtappenddate>
<GpsX>23.1</GpsX>
<GpsY>24.1</GpsY>
<Hits>10</Hits>
<Howmuch>9</Howmuch>
<Id>1</Id>
<Ifshow>8</Ifshow>
<Intlevel>5</Intlevel>
<Intorder>3</Intorder>
<IsSkipCategory>true</IsSkipCategory>
<Isindex>22</Isindex>
<Isopen>4</Isopen>
<ListShowType>Transverse</ListShowType>
<MobileImage>sample string 25</MobileImage>
<Parentid>6</Parentid>
<SkipCategoryPublishUrl>sample string 28</SkipCategoryPublishUrl>
<SkipCategoryUrl>sample string 27</SkipCategoryUrl>
<Styleid>Position</Styleid>
</mh163k_category>
</ArrayOfmh163k_category>