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:&quot;客户购彩计划详情&quot;
result:{
data:{
able_funds:null // 可用余额
bet_order:[ // 投注记录
0:{
&quot;lottery_order_id&quot;:&quot;xx&quot;, // 投注订单Id
&quot;lottery_additional_id&quot;:&quot;xx&quot; // 认购计划Id
&quot;lottery_name&quot;:&quot;xxxx&quot; // 彩种名
&quot;lottery_id&quot;:&quot;xxx&quot; // 彩种编码
&quot;bet_money&quot;:&quot;5.00&quot; // 投注金额
&quot;win_amount&quot;:&quot;3.00&quot; // 中奖金额
&quot;status&quot;:&quot;5&quot; // 状态
&quot;status_name&quot;:&quot;未中奖&quot; // 状态名
}
]
betting_funds:null // 正在投彩金额
buy_money:&quot;1000.00&quot; // 认购金额
create_time:&quot;2017-07-28 14:20:06&quot; // 认购时间
cycle:&quot;30&quot; // 结算周期
end_time:&quot;2017-08-27 14:20:06&quot; // 结束时间
plan_code:&quot;GLCPLAN170728P0000003&quot; // 计划编码
plan_remark:&quot;xxxxxxxxxxxxxxxxxxxxxxxxxx&quot; // 计划详情
settlement_periods:&quot;30&quot; // 计划结算天数
settlement_type:&quot;1&quot; // 结算类型
status:&quot;2&quot; // 计划状态
status_name:&quot;进行中&quot;
store_name:&quot;xxx小铺&quot; // 发起人名
store_tel:&quot;18950475111&quot; // 发起人电话
title:&quot;测试&quot; // 计划标题
total_profit:null // 总利润
user_id:&quot;24&quot; // 认购者Id
user_plan_id:&quot;1&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>