员工绑定油品油枪信息查询
<h5>接口使用描述</h5>
<pre><code>员工绑定了哪些油枪油品,查询对应油品油枪等信息。</code></pre>
<h5>接口地址</h5>
<pre><code> 接口地址:https://api.liantuofu.com/open/gasStation/employeeGunsInfo</code></pre>
<p><br/></p>
<h4>请求参数<img src='<a href="https://www.showdoc.cc/server/api/common/visitfile/sign/bfc24f8d7eb93fae8e66d4ab2b4bc461?showdoc=.jpg">https://www.showdoc.cc/server/api/common/visitfile/sign/bfc24f8d7eb93fae8e66d4ab2b4bc461?showdoc=.jpg</a>' align='right' style=' width:300px;height:100 px'/></h4>
<table>
<thead>
<tr>
<th><strong>NO</strong></th>
<th><strong>字段</strong></th>
<th><strong>名称</strong></th>
<th><strong>长度</strong></th>
<th><strong>必填</strong></th>
<th><strong>示例</strong></th>
<th><strong>说明</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>appId</td>
<td>合作方标识</td>
<td>string</td>
<td>Y</td>
<td>EW_N2949193174</td>
<td>合作商户编码,用于以后所有接口发起请求时验签使用</td>
</tr>
<tr>
<td>2</td>
<td>merchantCode</td>
<td>门店编号</td>
<td>string</td>
<td>Y</td>
<td></td>
<td></td>
</tr>
<tr>
<td>3</td>
<td>random</td>
<td>随机数</td>
<td>string</td>
<td>Y</td>
<td>123</td>
<td>用来增加加密验签的复杂度,长度不限制,只限制传递数字,不支持中文,字母,特殊符号。</td>
</tr>
<tr>
<td>4</td>
<td>sign</td>
<td>签名。具体参见“<a href="https://www.showdoc.cc/web/#/liantuofu?page_id=673453270295568">签名规则</a>”</td>
<td>string</td>
<td>Y</td>
<td>1b70687c8a4c72f50c749baf95a482c0</td>
<td>MD5加密验签值。具体参见“<a href="https://www.showdoc.cc/web/#/liantuofu?page_id=673453270295568">签名规则</a>”</td>
</tr>
<tr>
<td>5</td>
<td>employeeId</td>
<td>员工ID</td>
<td>int</td>
<td>N</td>
<td>10241804</td>
<td>每个员工都有专属id</td>
</tr>
<tr>
<td>6</td>
<td>oilsType</td>
<td>油品类型 0汽油 1柴油 2天然气</td>
<td>int</td>
<td>N</td>
<td>0</td>
<td>油品类型</td>
</tr>
</tbody>
</table>
<hr />
<h4>响应参数</h4>
<table>
<thead>
<tr>
<th><strong>NO</strong></th>
<th><strong>字段</strong></th>
<th><strong>名称</strong></th>
<th><strong>长度</strong></th>
<th><strong>必填</strong></th>
<th><strong>示例</strong></th>
<th><strong>说明</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>code</td>
<td>返回结果</td>
<td>string</td>
<td>Y</td>
<td>SUCCESS/FAILED</td>
<td>SUCCESS:成功 FAILED:失败</td>
</tr>
<tr>
<td>2</td>
<td>msg</td>
<td>结果描述</td>
<td>string</td>
<td>Y</td>
<td>查询成功</td>
<td>无论是成功或者失败,message都会针对于当前的结果返回响应的结果描述</td>
</tr>
<tr>
<td>3</td>
<td>employeeId</td>
<td>员工ID</td>
<td>string</td>
<td>N</td>
<td>10241804</td>
<td>每个员工都有专属id</td>
</tr>
<tr>
<td>4</td>
<td>oilsList</td>
<td>油品、油枪、员工相关信息</td>
<td>array</td>
<td>Y</td>
<td></td>
<td>绑定油品油枪员工信息</td>
</tr>
</tbody>
</table>
<p><br/><br/></p>
<h4>oilsList</h4>
<table>
<thead>
<tr>
<th><strong>NO</strong></th>
<th><strong>字段</strong></th>
<th><strong>名称</strong></th>
<th><strong>长度</strong></th>
<th><strong>必填</strong></th>
<th><strong>示例</strong></th>
<th><strong>说明</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>number</td>
<td>油品编码</td>
<td>string</td>
<td>Y</td>
<td>LT00092</td>
<td></td>
</tr>
<tr>
<td>2</td>
<td>name</td>
<td>油品名称</td>
<td>string</td>
<td>Y</td>
<td>92号汽油</td>
<td></td>
</tr>
<tr>
<td>3</td>
<td>price</td>
<td>油品价格</td>
<td>string</td>
<td>Y</td>
<td>7.5</td>
<td></td>
</tr>
<tr>
<td>4</td>
<td>gun</td>
<td>油枪</td>
<td>string</td>
<td>Y</td>
<td>1</td>
<td></td>
</tr>
<tr>
<td>5</td>
<td>disPrice</td>
<td>油品折扣价格</td>
<td>string</td>
<td>N</td>
<td>1</td>
<td></td>
</tr>
<tr>
<td>6</td>
<td>erShow</td>
<td>二维码是否展示</td>
<td>int</td>
<td>Y</td>
<td>1 展示0不展示</td>
<td>扫二维码的时候是否展示这个油品</td>
</tr>
<tr>
<td>7</td>
<td>employeeList</td>
<td>员工列表</td>
<td>object</td>
<td>Y</td>
<td>:[{"employeeId":11368859,"employeeName":"别改我数据收银员2"},{"employeeId":11337799,"employeeName":"别改我数据杜杜收银员1"},]</td>
<td></td>
</tr>
</tbody>
</table>
<hr />
<h4>employeeList</h4>
<table>
<thead>
<tr>
<th><strong>NO</strong></th>
<th><strong>字段</strong></th>
<th><strong>名称</strong></th>
<th><strong>长度</strong></th>
<th><strong>必填</strong></th>
<th><strong>示例</strong></th>
<th><strong>说明</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>employeeId</td>
<td>员工id</td>
<td>string</td>
<td>Y</td>
<td></td>
<td></td>
</tr>
<tr>
<td>2</td>
<td>employeeName</td>
<td>员工姓名</td>
<td>string</td>
<td>Y</td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<hr />
<h5>请求示例:</h5>
<pre><code></code></pre>
<h5>响应示例(成功):</h5>
<pre><code class="language-json">{
&quot;oilsList&quot;: [{
&quot;number&quot;: &quot;LT00092&quot;,
&quot;name&quot;: &quot;92号汽油&quot;,
&quot;price&quot;: 7.5,
&quot;gun&quot;: 1,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 11368859,
&quot;employeeName&quot;: &quot;别改我数据收银员2&quot;
}, {
&quot;employeeId&quot;: 11337799,
&quot;employeeName&quot;: &quot;别改我数据杜杜收银员1&quot;
}, {
&quot;employeeId&quot;: 11262607,
&quot;employeeName&quot;: &quot;别给我改数据杜杜店长1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00092&quot;,
&quot;name&quot;: &quot;92号汽油&quot;,
&quot;price&quot;: 7.5,
&quot;gun&quot;: 2,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 11368859,
&quot;employeeName&quot;: &quot;别改我数据收银员2&quot;
}, {
&quot;employeeId&quot;: 11337799,
&quot;employeeName&quot;: &quot;别改我数据杜杜收银员1&quot;
}, {
&quot;employeeId&quot;: 11262607,
&quot;employeeName&quot;: &quot;别给我改数据杜杜店长1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00092&quot;,
&quot;name&quot;: &quot;92号汽油&quot;,
&quot;price&quot;: 7.5,
&quot;gun&quot;: 3,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 11368859,
&quot;employeeName&quot;: &quot;别改我数据收银员2&quot;
}, {
&quot;employeeId&quot;: 11337799,
&quot;employeeName&quot;: &quot;别改我数据杜杜收银员1&quot;
}, {
&quot;employeeId&quot;: 11262607,
&quot;employeeName&quot;: &quot;别给我改数据杜杜店长1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00092&quot;,
&quot;name&quot;: &quot;92号汽油&quot;,
&quot;price&quot;: 7.5,
&quot;gun&quot;: 4,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 11368859,
&quot;employeeName&quot;: &quot;别改我数据收银员2&quot;
}, {
&quot;employeeId&quot;: 11337799,
&quot;employeeName&quot;: &quot;别改我数据杜杜收银员1&quot;
}, {
&quot;employeeId&quot;: 11262607,
&quot;employeeName&quot;: &quot;别给我改数据杜杜店长1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00095&quot;,
&quot;name&quot;: &quot;95号汽油&quot;,
&quot;price&quot;: 7.29,
&quot;gun&quot;: 5,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00095&quot;,
&quot;name&quot;: &quot;95号汽油&quot;,
&quot;price&quot;: 7.29,
&quot;gun&quot;: 6,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00095&quot;,
&quot;name&quot;: &quot;95号汽油&quot;,
&quot;price&quot;: 7.29,
&quot;gun&quot;: 7,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00095&quot;,
&quot;name&quot;: &quot;95号汽油&quot;,
&quot;price&quot;: 7.29,
&quot;gun&quot;: 8,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 9,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 10,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 11,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 12,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 13,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 14,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 15,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 16,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 17,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 18,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 19,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 20,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 21,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 22,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 23,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 24,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 25,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 26,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 27,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 28,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 29,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 30,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 31,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 32,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 33,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 34,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 35,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 36,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 37,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 38,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 39,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 40,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 41,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 42,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 43,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 44,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 45,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 46,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 47,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 48,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 49,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 50,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 51,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 52,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 53,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 54,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 55,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 56,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 57,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 58,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 59,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}, {
&quot;number&quot;: &quot;LT00LNG&quot;,
&quot;name&quot;: &quot;LNG&quot;,
&quot;price&quot;: 80.0,
&quot;gun&quot;: 60,
&quot;erShow&quot;: 1,
&quot;employeeList&quot;: [{
&quot;employeeId&quot;: 12021790,
&quot;employeeName&quot;: &quot;测试1&quot;
}]
}],
&quot;code&quot;: &quot;SUCCESS&quot;,
&quot;msg&quot;: &quot;查询成功&quot;
}</code></pre>
<pre><code></code></pre>