API

凤凰投注开放其他


2018春节活动

<p><strong>简要描述:</strong></p> <ul> <li>活动(1) - 获取今日存款数量和打码量</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://xxx.xxx.xxx/DepositActivity/getDepositTodayRegister</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>用户oid</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;isAllowJoin&amp;quot;: &amp;quot;1&amp;quot;, //1允许参加活动 0不允许参加活动 (条件依据是用户是否在注册期限内) &amp;quot;deposit&amp;quot;: &amp;quot;1000&amp;quot;, //今日存款数额 &amp;quot;betTotal&amp;quot;: &amp;quot;1000&amp;quot;, //今日打码量 &amp;quot;isGetBonuses&amp;quot;: &amp;quot;0&amp;quot;, //今天是否已经领取 0:未领取 1:已领取 }</code></pre> <hr /> <p><strong>简要描述:</strong></p> <ul> <li>执行领奖(活动1) 老玩家</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://xxx.xxx.xxx/DepositActivity/getBonusesTodayRegister</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>用户oid</td> </tr> </tbody> </table> <p><strong>返回示例</strong> 成功:</p> <pre><code>{ &amp;quot;isAllowJoin&amp;quot;: &amp;quot;1&amp;quot;, //1允许参加活动 0不允许参加活动 (条件依据是用户是否在注册期限内) &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> <hr /> <p><strong>简要描述:</strong></p> <ul> <li>活动(2) - 获取今日存款数量和打码量</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://xxx.xxx.xxx/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>用户oid</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;isGetBonuses&amp;quot;: &amp;quot;0&amp;quot;, //今天是否已经领取 0:未领取 1:已领取 }</code></pre> <hr /> <p><strong>简要描述:</strong></p> <ul> <li>执行领奖(活动2) 所有玩家</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://xxx.xxx.xxx/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>用户oid</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>

页面列表

ITEM_HTML