查询余额
<p>> <em>> <strong>
此API文档为POST请求数据 请求url为:<a href="http://103.45.162.95:1888/">http://103.45.162.95:1888/</a>
url经常更换 请开发者写成变量形式
请求的数据为json数据 请开发者发送前一定要压缩json以免后端接受解析错误!
有任何对接、技术问题请联系客服土豆:zhaomu2023</strong></em></p>
<p><strong>请求信息:</strong></p>
<pre><code class="language-json">{
&quot;username&quot;:&quot;zhaomu123&quot;,
&quot;password&quot;:&quot;zhaomu123&quot;,
&quot;type&quot;:&quot;1&quot;,
&quot;Slider_type&quot;:&quot;查询&quot;,
&quot;Slider_data&quot;:{
},
&quot;kfz&quot;:&quot;zhaomu123&quot;,
&quot;spare&quot;:&quot;1&quot;
}</code></pre>
<table>
<thead>
<tr>
<th>名称</th>
<th>是否必填</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>username</td>
<td>是</td>
<td>文本型</td>
<td>朝暮识别的账号</td>
</tr>
<tr>
<td>password</td>
<td>是</td>
<td>文本型</td>
<td>朝暮识别的密码</td>
</tr>
<tr>
<td>type</td>
<td>是</td>
<td>文本型</td>
<td>扣点形为1 时长形为2(正在开发中)</td>
</tr>
<tr>
<td>Slider_type</td>
<td>是</td>
<td>文本型</td>
<td>请求或滑块的类型</td>
</tr>
<tr>
<td>Slider_data</td>
<td>否</td>
<td>文本型</td>
<td>请求或滑块的参数</td>
</tr>
<tr>
<td>kfz</td>
<td>否</td>
<td>文本型</td>
<td>开发者账号 识别成功可以获得分成</td>
</tr>
<tr>
<td>spare</td>
<td>是</td>
<td>文本型</td>
<td>滑块识别 主站点0 备用站点1</td>
</tr>
</tbody>
</table>
<p><strong>返回信息</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;成功&quot;,
&quot;data&quot;: {
&quot;money&quot;: &quot;100&quot;,
&quot;kfz_money&quot;: &quot;500&quot;
},
&quot;time&quot;: &quot;1683958223162&quot;
}</code></pre>