lottery

咕啦-彩票系统


C端-获取我认购的计划详情

<p><strong>简要描述:</strong> </p> <ul> <li>获取我认购的计划详情口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/api/plans/plans/get-subscribe-detail</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </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;">user_plan_id</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> { code:600 msg:&amp;quot;客户购彩计划详情&amp;quot; result:{ data:{ able_funds:null // 可用余额 bet_order:[ // 投注记录 0:{ &amp;quot;lottery_order_id&amp;quot;:&amp;quot;xx&amp;quot;, // 投注订单Id &amp;quot;lottery_additional_id&amp;quot;:&amp;quot;xx&amp;quot; // 认购计划Id &amp;quot;lottery_name&amp;quot;:&amp;quot;xxxx&amp;quot; // 彩种名 &amp;quot;lottery_id&amp;quot;:&amp;quot;xxx&amp;quot; // 彩种编码 &amp;quot;bet_money&amp;quot;:&amp;quot;5.00&amp;quot; // 投注金额 &amp;quot;win_amount&amp;quot;:&amp;quot;3.00&amp;quot; // 中奖金额 &amp;quot;status&amp;quot;:&amp;quot;5&amp;quot; // 状态 &amp;quot;status_name&amp;quot;:&amp;quot;未中奖&amp;quot; // 状态名 } ] betting_funds:null // 正在投彩金额 buy_money:&amp;quot;1000.00&amp;quot; // 认购金额 create_time:&amp;quot;2017-07-28 14:20:06&amp;quot; // 认购时间 cycle:&amp;quot;30&amp;quot; // 结算周期 end_time:&amp;quot;2017-08-27 14:20:06&amp;quot; // 结束时间 plan_code:&amp;quot;GLCPLAN170728P0000003&amp;quot; // 计划编码 plan_remark:&amp;quot;xxxxxxxxxxxxxxxxxxxxxxxxxx&amp;quot; // 计划详情 settlement_periods:&amp;quot;30&amp;quot; // 计划结算天数 settlement_type:&amp;quot;1&amp;quot; // 结算类型 status:&amp;quot;2&amp;quot; // 计划状态 status_name:&amp;quot;进行中&amp;quot; store_name:&amp;quot;xxx小铺&amp;quot; // 发起人名 store_tel:&amp;quot;18950475111&amp;quot; // 发起人电话 title:&amp;quot;测试&amp;quot; // 计划标题 total_profit:null // 总利润 user_id:&amp;quot;24&amp;quot; // 认购者Id user_plan_id:&amp;quot;1&amp;quot; // 认购计划ID }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML