获取余额明细
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>api/balance/logs</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>请求Body参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">date</td>
<td style="text-align: left;"></td>
<td>否</td>
<td>string</td>
<td>日期</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;list&quot;: [
{
&quot;id&quot;: &quot;240&quot;,
&quot;mall_id&quot;: &quot;4&quot;,
&quot;user_id&quot;: &quot;1362&quot;,
&quot;type&quot;: &quot;2&quot;,
&quot;money&quot;: &quot;80.00&quot;,
&quot;desc&quot;: &quot;账户余额支付:80元&quot;,
&quot;custom_desc&quot;: &quot;{\&quot;order_no\&quot;:\&quot;20241201223124776232\&quot;}&quot;,
&quot;order_no&quot;: &quot;20241201223124776232&quot;,
&quot;created_at&quot;: &quot;2024-12-01 23:03:58&quot;
}
]
}
}
</code></pre>