分享页面

获取账户余额

<p><strong>简要描述:</strong> </p> <ul> <li><p>本接口用于查询账户余额。接口请求地址</p> <p><strong>输入示例</strong></p> </li></ul> <p><a href="https://www.qg.net/api/merchant/getBalance">https://www.qg.net/api/merchant/getBalance</a></p> <p> <strong>返回示例</strong><br>JSON格式</p> <pre><code>{ &quot;result&quot;:true, &quot;data&quot;:&quot;1.00&quot;, &quot;msg&quot;:null } </code></pre><p> <strong>返回参数说明</strong> </p> <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">result</td> <td style="text-align:left">bool</td> <td>请求结果</td> </tr> <tr> <td style="text-align:left">data</td> <td style="text-align:left">string</td> <td>账户余额</td> </tr> <tr> <td style="text-align:left">msg</td> <td style="text-align:left">string</td> <td>错误信息</td> </tr> </tbody> </table> <p> <strong>备注</strong> </p> <ul> <li>此接口不需要额外的参数,公共参数请参考<a href="https://www.qg.net/doc/250.html" title="公共参数">公共参数</a></li></ul>
本文导读