员工工号使用状态
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/employee/examine-job-number</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET <code>AUTH</code></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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">job_number</td>
<td style="text-align: left;">require</td>
<td style="text-align: left;">string</td>
<td>工号</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;used_switch&quot;: 1,//0=未使用 1=已使用
&quot;used_info&quot;:{},//使用人信息
},
&quot;code&quot;: 0
}</code></pre>