油机订单列表
<h5>接口使用描述</h5>
<pre><code>油机订单。</code></pre>
<h5>接口地址</h5>
<pre><code> 接口地址:https://api.liantuofu.com/open/gasStation/record</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>status</td>
<td>状态</td>
<td>string</td>
<td>N</td>
<td>0未支付 1已支付</td>
<td>支付状态</td>
</tr>
<tr>
<td>6</td>
<td>startTime</td>
<td>开始时间 yyyy-MM-dd HH:mm:ss</td>
<td>string</td>
<td>N</td>
<td>0</td>
<td>开始时间</td>
</tr>
<tr>
<td>7</td>
<td>endTime</td>
<td>结束时间 yyyy-MM-dd HH:mm:ss</td>
<td>string</td>
<td>N</td>
<td>0</td>
<td>结束时间 </td>
</tr>
<tr>
<td>8</td>
<td>gunNo</td>
<td>油枪号</td>
<td>string</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>gasStationTradeRecordVoList</td>
<td>响应列表</td>
<td>array</td>
<td>N</td>
<td></td>
<td>油机订单列表</td>
</tr>
</tbody>
</table>
<p><br/><br/></p>
<h4>gasStationTradeRecordVoList</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>superMerchantCode</td>
<td>商户核心编码</td>
<td>string</td>
<td>N</td>
<td>EW_N2949193174</td>
<td>商户核心编码</td>
</tr>
<tr>
<td>2</td>
<td>merchantCode</td>
<td>门店编码</td>
<td>string</td>
<td>N</td>
<td></td>
<td></td>
</tr>
<tr>
<td>3</td>
<td>merchantName</td>
<td>门店名称</td>
<td>string</td>
<td>N</td>
<td></td>
<td></td>
</tr>
<tr>
<td>4</td>
<td>orderNo</td>
<td>订单号</td>
<td>string</td>
<td>N</td>
<td></td>
<td></td>
</tr>
<tr>
<td>5</td>
<td>serialNo</td>
<td>流水号</td>
<td>string</td>
<td>N</td>
<td></td>
<td></td>
</tr>
<tr>
<td>6</td>
<td>gunNo</td>
<td>枪号</td>
<td>int</td>
<td>N</td>
<td>1</td>
<td></td>
</tr>
<tr>
<td>7</td>
<td>oilNo</td>
<td>油品编号</td>
<td>string</td>
<td>N</td>
<td></td>
<td></td>
</tr>
<tr>
<td>8</td>
<td>oilName</td>
<td>油品名称</td>
<td>string</td>
<td>N</td>
<td></td>
<td></td>
</tr>
<tr>
<td>9</td>
<td>oilType</td>
<td>油品类型</td>
<td>string</td>
<td>N</td>
<td></td>
<td></td>
</tr>
<tr>
<td>10</td>
<td>quantity</td>
<td>数量</td>
<td>string</td>
<td>N</td>
<td></td>
<td></td>
</tr>
<tr>
<td>11</td>
<td>price</td>
<td>单价</td>
<td>string</td>
<td>N</td>
<td></td>
<td></td>
</tr>
<tr>
<td>12</td>
<td>amount</td>
<td>金额</td>
<td>string</td>
<td>N</td>
<td></td>
<td></td>
</tr>
<tr>
<td>13</td>
<td>status</td>
<td>状态</td>
<td>int</td>
<td>N</td>
<td></td>
<td>0未支付 1已支付</td>
</tr>
<tr>
<td>14</td>
<td>recordTime</td>
<td>加油时间</td>
<td>string</td>
<td>N</td>
<td></td>
<td></td>
</tr>
<tr>
<td>15</td>
<td>createTime</td>
<td>创建时间</td>
<td>string</td>
<td>N</td>
<td></td>
<td></td>
</tr>
<tr>
<td>16</td>
<td>operatorId</td>
<td>员工ID</td>
<td>string</td>
<td>N</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<hr />
<h5>请求示例:</h5>
<pre><code></code></pre>
<h5>响应示例(成功):</h5>
<pre><code class="language-json">{&quot;gasStationTradeRecordVoList&quot;:
[{
&quot;id&quot;:1979105,
&quot;superMerchantCode&quot;:&quot;EW_N6329357318&quot;,
&quot;merchantCode&quot;:&quot;EW_N4734009537&quot;,
&quot;orderNo&quot;:&quot;368653&quot;,
serialNo&quot;:&quot;KJLD106112422024102415340445&quot;,
&quot;gunNo&quot;:1,
&quot;oilNo&quot;:&quot;LT00092&quot;,
&quot;quantity&quot;:4.11,
&quot;price&quot;:7.56,
&quot;amount&quot;:31.00,
&quot;status&quot;:0,
&quot;recordTime&quot;:&quot;2024-10-24 15:34:04&quot;,
&quot;createTime&quot;:&quot;2024-10-24 15:32:14&quot;,
&quot;outOperatorNo&quot;:&quot;0477776987001025&quot;,
&quot;merchantName&quot;:&quot;古井加油站南方庄店&quot;,
&quot;oilName&quot;:&quot;92号汽油&quot;,
&quot;oilType&quot;:0,
&quot;payUrl&quot;:&quot;http://wx.liantuofu.com/ShopCashier/qr/EW_N6329357318/pay.in?mcode=EW_N4734009537&amp;machine=1&amp;orderNo=368653&quot;
},{
&quot;id&quot;:1979104,
&quot;superMerchantCode&quot;:&quot;EW_N6329357318&quot;,
&quot;merchantCode&quot;:&quot;EW_N4734009537&quot;,
orderNo&quot;:&quot;368652&quot;,
&quot;serialNo&quot;:&quot;KJLD106112422024102415340067&quot;,
&quot;gunNo&quot;:1,&quot;oilNo&quot;:&quot;LT00092&quot;,
&quot;quantity&quot;:31.22,
&quot;price&quot;:7.56,
&quot;amount&quot;:236.00,
&quot;status&quot;:0,
&quot;recordTime&quot;:&quot;2024-10-24 15:34:00&quot;,
&quot;createTime&quot;:&quot;2024-10-24 15:32:10&quot;,
&quot;outOperatorNo&quot;:&quot;0477776987001028&quot;,
&quot;merchantName&quot;:&quot;古井加油站南方庄店&quot;,
&quot;oilName&quot;:&quot;92号汽油&quot;,
&quot;oilType&quot;:0,
&quot;payUrl&quot;:&quot;http://wx.liantuofu.com/ShopCashier/qr/EW_N6329357318/pay.in?mcode=EW_N4734009537&amp;machine=1&amp;orderNo=368652&quot;
}],
&quot;code&quot;:&quot;SUCCESS&quot;,
&quot;msg&quot;:&quot;查询成功&quot;
}</code></pre>
<pre><code></code></pre>