Talk-Bot开放接口

对外接口


余额查询

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>余额查询接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://api.hellogptworld.com/v1/billing</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET</li> </ul> <h5>请求头信息</h5> <ul> <li>Authorization: Bearer 密钥信息 (你的密钥,在 [api对接](<a href="https://vip.gptchatclub.com/api">https://vip.gptchatclub.com/api</a> &quot;api对接&quot;) 中查看)</li> </ul> <h5>正确返回示例</h5> <pre><code>{     &amp;quot;msg&amp;quot;: &amp;quot;操作成功。&amp;quot;,     &amp;quot;code&amp;quot;: 200,     &amp;quot;data&amp;quot;: {         &amp;quot;remainingPoints&amp;quot;: &amp;quot;2005317.990000&amp;quot;,         &amp;quot;points&amp;quot;: &amp;quot;2100000.000000&amp;quot;,         &amp;quot;remainingAmount&amp;quot;: &amp;quot;200.531799&amp;quot;,         &amp;quot;amount&amp;quot;: &amp;quot;210.000000&amp;quot;     } }</code></pre> <h5>错误返回示例</h5> <pre><code>密钥不对或者密钥没有填 {     &amp;quot;msg&amp;quot;: &amp;quot;Error request, response status: 401&amp;quot;,     &amp;quot;code&amp;quot;: 401 }</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;">msg</td> <td style="text-align: left;">string</td> <td>返回状态描述</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">int</td> <td>返回状态码</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">object</td> <td>返回数据</td> </tr> </tbody> </table> <p>data字段说明</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;">remainingPoints</td> <td style="text-align: left;">string</td> <td>剩余积分</td> </tr> <tr> <td style="text-align: left;">points</td> <td style="text-align: left;">string</td> <td>总积分</td> </tr> <tr> <td style="text-align: left;">remainingAmount</td> <td style="text-align: left;">string</td> <td>剩余金额</td> </tr> <tr> <td style="text-align: left;">amount</td> <td style="text-align: left;">string</td> <td>总金额</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>暂无</li> </ul>

页面列表

ITEM_HTML