API

凤凰投注开放其他


每日存款活动

<p><strong>简要描述:</strong></p> <ul> <li>每日活动 - 获取今日存款数量和打码量</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://xxx.xxx.com/DepositActivity/getDepositToday</code></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>用户噢id</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;deposit&amp;quot;: &amp;quot;1000&amp;quot;, //今日存款数额 &amp;quot;betTotal&amp;quot;: &amp;quot;1000&amp;quot;, //今日打码量 &amp;quot;times&amp;quot;: &amp;quot;1&amp;quot;, //今日存款次数 &amp;quot;isGetBonuses&amp;quot;: &amp;quot;0&amp;quot;, //今天是否已经领取 0:未领取 1:已领取 }</code></pre> <hr /> <p><strong>简要描述:</strong></p> <ul> <li>执行领奖</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://xxx.xxx.com/DepositActivity/getBonusesToday</code></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>用户噢id</td> </tr> </tbody> </table> <p><strong>返回示例</strong> 成功:</p> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;2006&amp;quot;, &amp;quot;money&amp;quot;: &amp;quot;18&amp;quot; //已领取金额 }</code></pre> <p>失败:</p> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;7001&amp;quot;, &amp;quot;info&amp;quot;: &amp;quot;您今天已经领取过奖金!&amp;quot; //失败原因 }</code></pre> <p><strong>备注</strong></p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML