查询所有裁判员
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>查询所有裁判员接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/api/referee/list</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">示例值</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">pageNum</td>
<td style="text-align: left;">默认为1</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>页码</td>
</tr>
<tr>
<td style="text-align: left;">password</td>
<td style="text-align: left;">默认为10</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>每页数量</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;total&quot;: 37,
&quot;rows&quot;: [
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 4001,
&quot;refereeLevel&quot;: &quot;一级裁判员&quot;,
&quot;refereeCertificateNumber&quot;: &quot;CRT20250001&quot;,
&quot;issueUnit&quot;: &quot;中国足球协会&quot;,
&quot;issuanceDate&quot;: &quot;2025-01-01&quot;,
&quot;workUnit&quot;: &quot;XX足球俱乐部&quot;,
&quot;office&quot;: &quot;裁判部&quot;,
&quot;refereeResume&quot;: &quot;多年足球裁判经验,执法严谨&quot;,
&quot;idCardFront&quot;: &quot;/upload/RefereeCert/4001/id_card_front.png&quot;,
&quot;idCardBack&quot;: &quot;/upload/RefereeCert/4001/id_card_back.png&quot;,
&quot;photo1inch&quot;: &quot;/upload/RefereeCert/4001/photo_1inch.png&quot;,
&quot;refereeCertificate&quot;: &quot;/upload/RefereeCert/4001/referee_certificate.jpg&quot;,
&quot;nationality&quot;: null,
&quot;authentication&quot;: 1,
&quot;name&quot;: &quot;裁判一&quot;,
&quot;phone&quot;: &quot;13900139001&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;ethnicity&quot;: &quot;汉族&quot;,
&quot;provinceCity&quot;: &quot;北京市&quot;,
&quot;auditUser&quot;: &quot;47380&quot;,
&quot;auditTime&quot;: &quot;2025-08-13T14:56:42.000+08:00&quot;,
&quot;rejectReason&quot;: &quot;通过&quot;,
&quot;provinceCityText&quot;: null
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 4002,
&quot;refereeLevel&quot;: null,
&quot;refereeCertificateNumber&quot;: &quot;CRT20250002&quot;,
&quot;issueUnit&quot;: &quot;中国足球协会&quot;,
&quot;issuanceDate&quot;: &quot;2025-02-02&quot;,
&quot;workUnit&quot;: &quot;YY体育机构&quot;,
&quot;office&quot;: &quot;赛事裁判组&quot;,
&quot;refereeResume&quot;: &quot;专注足球赛事裁判工作&quot;,
&quot;idCardFront&quot;: &quot;&quot;,
&quot;idCardBack&quot;: &quot;&quot;,
&quot;photo1inch&quot;: null,
&quot;refereeCertificate&quot;: &quot;&quot;,
&quot;nationality&quot;: null,
&quot;authentication&quot;: 2,
&quot;name&quot;: &quot;裁判二&quot;,
&quot;phone&quot;: &quot;13900139002&quot;,
&quot;gender&quot;: &quot;&quot;,
&quot;ethnicity&quot;: &quot;汉族&quot;,
&quot;provinceCity&quot;: &quot;天津市&quot;,
&quot;auditUser&quot;: &quot;admin&quot;,
&quot;auditTime&quot;: &quot;2025-08-15T17:13:50.000+08:00&quot;,
&quot;rejectReason&quot;: &quot;1111111111111111111111&quot;,
&quot;provinceCityText&quot;: null
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 4003,
&quot;refereeLevel&quot;: null,
&quot;refereeCertificateNumber&quot;: &quot;CRT20250003&quot;,
&quot;issueUnit&quot;: &quot;中国足球协会&quot;,
&quot;issuanceDate&quot;: &quot;2025-03-03&quot;,
&quot;workUnit&quot;: &quot;ZZ足球联盟&quot;,
&quot;office&quot;: &quot;裁判办公室&quot;,
&quot;refereeResume&quot;: &quot;积极参与各类足球裁判\n积极参与各类足球裁判\n积极参与各类足球裁判\n积极参与各类足球裁判积极参与各类足球裁判\n积极参与各类足球裁判\n积极参与各类足球裁判&quot;,
&quot;idCardFront&quot;: &quot;&quot;,
&quot;idCardBack&quot;: &quot;&quot;,
&quot;photo1inch&quot;: null,
&quot;refereeCertificate&quot;: &quot;&quot;,
&quot;nationality&quot;: null,
&quot;authentication&quot;: 2,
&quot;name&quot;: &quot;裁判三&quot;,
&quot;phone&quot;: &quot;13900139003&quot;,
&quot;gender&quot;: &quot;女&quot;,
&quot;ethnicity&quot;: &quot;汉族&quot;,
&quot;provinceCity&quot;: &quot;石家庄市&quot;,
&quot;auditUser&quot;: &quot;47380&quot;,
&quot;auditTime&quot;: &quot;2025-08-14T09:04:44.000+08:00&quot;,
&quot;rejectReason&quot;: &quot;1&quot;,
&quot;provinceCityText&quot;: null
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 4004,
&quot;refereeLevel&quot;: null,
&quot;refereeCertificateNumber&quot;: &quot;222222222222222222&quot;,
&quot;issueUnit&quot;: &quot;中国足球协会&quot;,
&quot;issuanceDate&quot;: &quot;2025-04-04&quot;,
&quot;workUnit&quot;: &quot;AA足球培训&quot;,
&quot;office&quot;: &quot;裁判岗位&quot;,
&quot;refereeResume&quot;: &quot;热爱足球裁判事业,不断学习&quot;,
&quot;idCardFront&quot;: &quot;&quot;,
&quot;idCardBack&quot;: &quot;&quot;,
&quot;photo1inch&quot;: null,
&quot;refereeCertificate&quot;: &quot;&quot;,
&quot;nationality&quot;: null,
&quot;authentication&quot;: 0,
&quot;name&quot;: &quot;裁判四&quot;,
&quot;phone&quot;: &quot;13900139004&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;ethnicity&quot;: &quot;汉族&quot;,
&quot;provinceCity&quot;: &quot;太原市&quot;,
&quot;auditUser&quot;: &quot;47380&quot;,
&quot;auditTime&quot;: &quot;2025-08-13T15:53:40.000+08:00&quot;,
&quot;rejectReason&quot;: &quot;9999999999&quot;,
&quot;provinceCityText&quot;: null
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 4005,
&quot;refereeLevel&quot;: null,
&quot;refereeCertificateNumber&quot;: &quot;CRT20250005&quot;,
&quot;issueUnit&quot;: &quot;中国足球协会&quot;,
&quot;issuanceDate&quot;: &quot;2025-05-05&quot;,
&quot;workUnit&quot;: &quot;BB足球赛事公司&quot;,
&quot;office&quot;: &quot;主裁判&quot;,
&quot;refereeResume&quot;: &quot;执法过多场重要赛事&quot;,
&quot;idCardFront&quot;: &quot;&quot;,
&quot;idCardBack&quot;: &quot;&quot;,
&quot;photo1inch&quot;: null,
&quot;refereeCertificate&quot;: &quot;&quot;,
&quot;nationality&quot;: null,
&quot;authentication&quot;: 0,
&quot;name&quot;: &quot;裁判五&quot;,
&quot;phone&quot;: &quot;13900139005&quot;,
&quot;gender&quot;: &quot;&quot;,
&quot;ethnicity&quot;: &quot;蒙古族&quot;,
&quot;provinceCity&quot;: &quot;呼和浩特市&quot;,
&quot;auditUser&quot;: &quot;47380&quot;,
&quot;auditTime&quot;: &quot;2025-08-13T14:56:03.000+08:00&quot;,
&quot;rejectReason&quot;: &quot;通过&quot;,
&quot;provinceCityText&quot;: null
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 4006,
&quot;refereeLevel&quot;: null,
&quot;refereeCertificateNumber&quot;: &quot;CRT20250006&quot;,
&quot;issueUnit&quot;: &quot;中国足球协会&quot;,
&quot;issuanceDate&quot;: &quot;2025-06-06&quot;,
&quot;workUnit&quot;: &quot;CC足球协会&quot;,
&quot;office&quot;: &quot;裁判部成员&quot;,
&quot;refereeResume&quot;: &quot;积累丰富裁判经验,保障赛事公平&quot;,
&quot;idCardFront&quot;: &quot;&quot;,
&quot;idCardBack&quot;: &quot;&quot;,
&quot;photo1inch&quot;: null,
&quot;refereeCertificate&quot;: &quot;&quot;,
&quot;nationality&quot;: null,
&quot;authentication&quot;: 0,
&quot;name&quot;: &quot;裁判六&quot;,
&quot;phone&quot;: &quot;13900139006&quot;,
&quot;gender&quot;: &quot;女&quot;,
&quot;ethnicity&quot;: &quot;汉族&quot;,
&quot;provinceCity&quot;: &quot;沈阳市&quot;,
&quot;auditUser&quot;: &quot;47380&quot;,
&quot;auditTime&quot;: &quot;2025-08-13T14:56:05.000+08:00&quot;,
&quot;rejectReason&quot;: &quot;通过&quot;,
&quot;provinceCityText&quot;: null
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 4007,
&quot;refereeLevel&quot;: null,
&quot;refereeCertificateNumber&quot;: &quot;CRT20250007&quot;,
&quot;issueUnit&quot;: &quot;中国足球协会&quot;,
&quot;issuanceDate&quot;: &quot;2025-07-07&quot;,
&quot;workUnit&quot;: &quot;DD体育俱乐部&quot;,
&quot;office&quot;: &quot;裁判&quot;,
&quot;refereeResume&quot;: &quot;严谨执法,维护赛场秩序&quot;,
&quot;idCardFront&quot;: &quot;&quot;,
&quot;idCardBack&quot;: &quot;&quot;,
&quot;photo1inch&quot;: null,
&quot;refereeCertificate&quot;: &quot;&quot;,
&quot;nationality&quot;: null,
&quot;authentication&quot;: 0,
&quot;name&quot;: &quot;裁判七&quot;,
&quot;phone&quot;: &quot;13900139007&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;ethnicity&quot;: &quot;汉族&quot;,
&quot;provinceCity&quot;: &quot;长春市&quot;,
&quot;auditUser&quot;: null,
&quot;auditTime&quot;: &quot;2025-08-13T14:56:09.000+08:00&quot;,
&quot;rejectReason&quot;: null,
&quot;provinceCityText&quot;: null
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 4008,
&quot;refereeLevel&quot;: null,
&quot;refereeCertificateNumber&quot;: &quot;CRT20250008&quot;,
&quot;issueUnit&quot;: &quot;中国足球协会&quot;,
&quot;issuanceDate&quot;: &quot;2025-08-08&quot;,
&quot;workUnit&quot;: &quot;EE足球联盟&quot;,
&quot;office&quot;: &quot;赛事裁判&quot;,
&quot;refereeResume&quot;: &quot;参与本地足球赛事裁判工作&quot;,
&quot;idCardFront&quot;: &quot;&quot;,
&quot;idCardBack&quot;: &quot;&quot;,
&quot;photo1inch&quot;: null,
&quot;refereeCertificate&quot;: &quot;&quot;,
&quot;nationality&quot;: null,
&quot;authentication&quot;: 0,
&quot;name&quot;: &quot;裁判八&quot;,
&quot;phone&quot;: &quot;13900139008&quot;,
&quot;gender&quot;: &quot;&quot;,
&quot;ethnicity&quot;: &quot;满族&quot;,
&quot;provinceCity&quot;: &quot;哈尔滨市&quot;,
&quot;auditUser&quot;: null,
&quot;auditTime&quot;: &quot;2025-08-13T14:56:10.000+08:00&quot;,
&quot;rejectReason&quot;: null,
&quot;provinceCityText&quot;: null
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 4009,
&quot;refereeLevel&quot;: null,
&quot;refereeCertificateNumber&quot;: &quot;CRT20250009&quot;,
&quot;issueUnit&quot;: &quot;中国足球协会&quot;,
&quot;issuanceDate&quot;: &quot;2025-09-09&quot;,
&quot;workUnit&quot;: &quot;FF足球机构&quot;,
&quot;office&quot;: &quot;裁判组&quot;,
&quot;refereeResume&quot;: &quot;致力于提升裁判水平&quot;,
&quot;idCardFront&quot;: &quot;&quot;,
&quot;idCardBack&quot;: &quot;&quot;,
&quot;photo1inch&quot;: null,
&quot;refereeCertificate&quot;: &quot;&quot;,
&quot;nationality&quot;: null,
&quot;authentication&quot;: 0,
&quot;name&quot;: &quot;裁判九&quot;,
&quot;phone&quot;: &quot;13900139009&quot;,
&quot;gender&quot;: &quot;女&quot;,
&quot;ethnicity&quot;: &quot;汉族&quot;,
&quot;provinceCity&quot;: &quot;上海市&quot;,
&quot;auditUser&quot;: &quot;47380&quot;,
&quot;auditTime&quot;: &quot;2025-08-13T14:56:14.000+08:00&quot;,
&quot;rejectReason&quot;: null,
&quot;provinceCityText&quot;: null
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 4010,
&quot;refereeLevel&quot;: null,
&quot;refereeCertificateNumber&quot;: &quot;CRT20250010&quot;,
&quot;issueUnit&quot;: &quot;中国足球协会&quot;,
&quot;issuanceDate&quot;: &quot;2025-10-10&quot;,
&quot;workUnit&quot;: &quot;GG足球俱乐部&quot;,
&quot;office&quot;: &quot;主裁判&quot;,
&quot;refereeResume&quot;: &quot;执法公正,受球员认可&quot;,
&quot;idCardFront&quot;: &quot;&quot;,
&quot;idCardBack&quot;: &quot;&quot;,
&quot;photo1inch&quot;: null,
&quot;refereeCertificate&quot;: &quot;&quot;,
&quot;nationality&quot;: null,
&quot;authentication&quot;: 0,
&quot;name&quot;: &quot;裁判十&quot;,
&quot;phone&quot;: &quot;13900139010&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;ethnicity&quot;: &quot;汉族&quot;,
&quot;provinceCity&quot;: &quot;南京市&quot;,
&quot;auditUser&quot;: null,
&quot;auditTime&quot;: &quot;2025-08-13T14:56:15.000+08:00&quot;,
&quot;rejectReason&quot;: null,
&quot;provinceCityText&quot;: null
}
],
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;查询成功&quot;
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">total</td>
<td style="text-align: left;">integer</td>
<td>裁判员总数</td>
</tr>
<tr>
<td style="text-align: left;">rows.id</td>
<td style="text-align: left;">long</td>
<td>裁判员id</td>
</tr>
<tr>
<td style="text-align: left;">rows.name</td>
<td style="text-align: left;">string</td>
<td>裁判员姓名</td>
</tr>
<tr>
<td style="text-align: left;">rows.phone</td>
<td style="text-align: left;">string</td>
<td>手机号</td>
</tr>
<tr>
<td style="text-align: left;">rows.ethnicity</td>
<td style="text-align: left;">string</td>
<td>民族</td>
</tr>
<tr>
<td style="text-align: left;">rows.gender</td>
<td style="text-align: left;">string</td>
<td>性别</td>
</tr>
<tr>
<td style="text-align: left;">rows.refereeLevel</td>
<td style="text-align: left;">string</td>
<td>裁判员等级</td>
</tr>
<tr>
<td style="text-align: left;">rows.refereeResume</td>
<td style="text-align: left;">string</td>
<td>裁判员履历</td>
</tr>
<tr>
<td style="text-align: left;">rows.provinceCity</td>
<td style="text-align: left;">string</td>
<td>所在省市</td>
</tr>
<tr>
<td style="text-align: left;">rows.idCardFront</td>
<td style="text-align: left;">string</td>
<td>身份证正面照片路径</td>
</tr>
<tr>
<td style="text-align: left;">rows.idCardBack</td>
<td style="text-align: left;">string</td>
<td>身份证反面照片路径</td>
</tr>
<tr>
<td style="text-align: left;">rows.photo1inch</td>
<td style="text-align: left;">string</td>
<td>1寸免冠照片路径</td>
</tr>
<tr>
<td style="text-align: left;">rows.refereeCertificateNumber</td>
<td style="text-align: left;">string</td>
<td>裁判员证书编号</td>
</tr>
<tr>
<td style="text-align: left;">rows.issueUnit</td>
<td style="text-align: left;">string</td>
<td>发证单位</td>
</tr>
<tr>
<td style="text-align: left;">rows.issuanceDate</td>
<td style="text-align: left;">string</td>
<td>发证时间</td>
</tr>
<tr>
<td style="text-align: left;">rows.workUnit</td>
<td style="text-align: left;">string</td>
<td>工作单位</td>
</tr>
<tr>
<td style="text-align: left;">rows.office</td>
<td style="text-align: left;">string</td>
<td>职务</td>
</tr>
<tr>
<td style="text-align: left;">rows.refereeCertificate</td>
<td style="text-align: left;">string</td>
<td>裁判员证书照片路径</td>
</tr>
<tr>
<td style="text-align: left;">rows.refereeCertificate</td>
<td style="text-align: left;">string</td>
<td>裁判员证书照片路径</td>
</tr>
<tr>
<td style="text-align: left;">rows.authentication</td>
<td style="text-align: left;">long</td>
<td>是否认证成功(0是未认证,1是认证成功)</td>
</tr>
<tr>
<td style="text-align: left;">rows.nationality</td>
<td style="text-align: left;">string</td>
<td>国籍</td>
</tr>
<tr>
<td style="text-align: left;">rows.auditUser</td>
<td style="text-align: left;">string</td>
<td>审核人</td>
</tr>
<tr>
<td style="text-align: left;">rows.auditTime</td>
<td style="text-align: left;">string</td>
<td>审核时间</td>
</tr>
<tr>
<td style="text-align: left;">rows.rejectReason</td>
<td style="text-align: left;">string</td>
<td>退回原因</td>
</tr>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">integer</td>
<td>无</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">string</td>
<td>无</td>
</tr>
</tbody>
</table>