今日盈亏接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>今日盈亏接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/admin/finance/member-transaction/recharge-and-withdraw/today</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">date</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">src</td>
<td>日期</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot; : {
&quot;usdtRecharge&quot; : 0,
&quot;usdtWithdraw&quot; : 0,
&quot;ethRecharge&quot; : 0,
&quot;ethWithdraw&quot; : 0,
&quot;btcRecharge&quot; : 0,
&quot;btcWithdraw&quot; : 0,
&quot;todayLoss&quot; : 0,
&quot;todayProfit&quot; : 95.3653416600000000,
&quot;todayFee&quot; : 0,
&quot;todayAward&quot; : 0,
&quot;todayFollowLoss&quot; : 0,
&quot;todayFollowProfit&quot; : 0,
&quot;todayTransfer&quot; : 0,
&quot;todayPromotionAward&quot; : 0,
&quot;todayOptionReward&quot; : 0,
&quot;todayOptionFail&quot; : 0,
&quot;yesterdayPromotionAward&quot; : 0
},
&quot;code&quot; : 0,
&quot;message&quot; : &quot;SUCCESS&quot;,
&quot;totalPage&quot; : null,
&quot;totalElement&quot; : null
}
</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;">todayOptionReward</td>
<td style="text-align: left;">double</td>
<td>期权合约今日盈利</td>
</tr>
<tr>
<td style="text-align: left;">todayOptionFail</td>
<td style="text-align: left;">double</td>
<td>期权合约今日亏损</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>