API

凤凰投注开放其他


闯关活动

<p><strong>简要描述:</strong></p> <ul> <li>获取闯关活动进行情况</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://xxx.xxx.xxx/DepositActivity/getSingleDepositUC2018</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;code&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;info&amp;quot;: &amp;quot;您的闯关已经全部完成!&amp;quot; }</code></pre> <p>如果用户仍然在闯关当中 :</p> <pre><code>{ &amp;quot;code&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;stage&amp;quot;: &amp;quot;1&amp;quot;, //用户当前关卡 &amp;quot;canGetPrize&amp;quot;: 1, //用户当前是否可以领取彩金 1 可以 0未达标 &amp;quot;prize&amp;quot;: 5, //返回可以领奖的金额 如果用户可以领奖时才会返回这个字段 &amp;quot;ordercode&amp;quot;: 'xxxxx2018xxxx' //依据的支付订单号 (前端可忽略) &amp;quot;id&amp;quot;: 'xxxxx' //依据的支付订单号id (前端忽略) }</code></pre> <hr /> <p><strong>简要描述:</strong></p> <ul> <li>执行领取操作</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://xxx.xxx.xxx/DepositActivity/doSingleDepositUC2018</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;, //成功返回2006 失败返回7001 &amp;quot;info&amp;quot;: '领取成功!' //成功返回 失败返回原因 包括所有情况 }</code></pre>

页面列表

ITEM_HTML