一次过磅反写
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>道闸出入厂查询</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://192.168.0.239:8080/sf_public?url=sf_RecordOneWeighing_db</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;billno&quot;:&quot;PDXX-2024-08-09-0040&quot;, //排队编号
&quot;fxyz_grossweight&quot;:&quot;1111&quot; //一磅重量 非必填字段
}</code></pre>
<h5>返回示例</h5>
<pre><code>//异步调用接口 不用管返回值
{
&quot;data&quot;: {
&quot;output&quot;: {},
&quot;id&quot;: &quot;2030535216879123456&quot;
},
&quot;errorCode&quot;: &quot;0&quot;,
&quot;status&quot;: true
}
</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;"></td>
<td style="text-align: left;"></td>
<td></td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>