3 结束上报
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://yinnindmin.dashayu.shop/api/account/transaction</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;">macno</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>设备号</td>
</tr>
<tr>
<td style="text-align: left;">sysnum</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>系统流水</td>
</tr>
<tr>
<td style="text-align: left;">macnum</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>终端交易流水</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: &quot;1&quot;,
&quot;msg&quot;: &quot;发送成功&quot;,
&quot;data&quot;:[//1行最多显示8个16*16的汉字或16个数字或字母或标点
{
&quot;color&quot;:&quot;4&quot;,//颜色:1红;2绿;3黄;4蓝;5紫;6青;7白
&quot;font&quot;:&quot;2&quot;,//字体:0:8;1:12;2:16;3:24;4:32;5:40;6:48;7:56
&quot;content&quot;,&quot;欢迎光临&quot;//显示内容
},
{
&quot;color&quot;:&quot;1&quot;,//颜色:1红;2绿;3黄;4蓝;5紫;6青;7白
&quot;font&quot;:&quot;2&quot;,//字体:0:8;1:12;2:16;3:24;4:32;5:40;6:48;7:56
&quot;content&quot;,&quot;请到5楼会议室&quot;//显示内容
}
]
}</code></pre>