API

凤凰投注开放其他


未结、已结注单接口

<p><strong>简要描述:</strong> </p> <ul> <li>未结、已结注单接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xxx.xxx.com/getinfo/bet</code> --未结注单URL</li> <li><code>http://xxx.xxx.com/getinfo/het</code> --已结注单URL</li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST Content-Type: application/json;charset=utf-8</li> </ul> <p><strong>参数:</strong> </p> <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;">oid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>认证用户秘钥</td> </tr> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>第几页(默认值 1)</td> </tr> <tr> <td style="text-align: left;">number</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>每页的数量(默认值 20)</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> [ { &amp;quot;res&amp;quot;: [ { &amp;quot;win_money&amp;quot;: 41, //输赢金额 &amp;quot;no&amp;quot;: &amp;quot;110497382&amp;quot;, //注单号 &amp;quot;detail&amp;quot;: &amp;quot;特A『 10』 @42&amp;quot;, //下注种类 &amp;quot;game_name&amp;quot;: &amp;quot;香港六合彩&amp;quot;, //游戏种类 &amp;quot;money&amp;quot;: 1, //下注金额 &amp;quot;count&amp;quot;: &amp;quot;1&amp;quot;, //当前种类下注次数 &amp;quot;game_code&amp;quot;: &amp;quot;69&amp;quot;, //游戏代号 &amp;quot;round&amp;quot;: &amp;quot;2017096&amp;quot;, //期数 &amp;quot;rate&amp;quot;: &amp;quot;42&amp;quot;, //赔率 &amp;quot;time&amp;quot;: &amp;quot;2017-08-17 01:07:26&amp;quot; //下注时间 }, .... ], &amp;quot;page&amp;quot;: { &amp;quot;number&amp;quot;: 30, //条数 &amp;quot;allnmb&amp;quot;: &amp;quot;7&amp;quot;, //所有条数 &amp;quot;page&amp;quot;: 1 //页码 } //未结注单才有此参数 &amp;quot;allBet&amp;quot;: { &amp;quot;unSettlement&amp;quot;: 4, //未结注单总数 &amp;quot;all_money&amp;quot;: 4, //未结注单总下注金额 &amp;quot;win_money&amp;quot;: 7.98 //未结注单总共可赢金额 } } ]</code></pre> <p><strong>备注</strong></p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML