公用接口
<p>v3版本公用接口</p>
<h3>查询账户状态</h3>
<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;">identification</td>
<td style="text-align: left;">String</td>
<td>access_token</td>
</tr>
</tbody>
</table>
<h5>简要描述</h5>
<ul>
<li>
<p>获取账户状态
<a href="https://v3.qiangrenwl.com/v3.0/api/info/account">https://v3.qiangrenwl.com/v3.0/api/info/account</a></p>
</li>
<li>返回示例
<pre><code class="language-json">{
"msg": "操作成功",
"code": 200,
"data": {
"moneyYue": 49896.80, // 账号余额
}
}</code></pre></li>
</ul>