B端-获取计划详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取计划详情接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/plans/plans/get-plan-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;">token</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>B端必须 C端否</td>
</tr>
<tr>
<td style="text-align: left;">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:{
plan:{ // 计划内容
buy_amount:&quot;0.00&quot; // 已认购金额
buy_nums:&quot;0&quot; // 已认购认识
create_time:&quot;2017-07-28 11:20:55&quot; //计划发布时间
his_win_amount:0.00 // 发起人历史中奖金额
his_win_nums:0 // 发起人历史中间次数
incr_money:&quot;100.00&quot; // 递增金额
plan_buy_min:&quot;1000.00&quot; // 认购起点
plan_code:&quot;GLCPLAN170728P0000003&quot; // 计划编号
plan_id:&quot;1&quot; // 计划ID
plan_remark:&quot;xxxxxxxxxxxxxxxxxxxxxxxxxx&quot; // 计划详情
settlement_periods:&quot;30&quot; // 结算周期
settlement_type:&quot;1&quot; // 结算类型
status:&quot;1&quot; // 计划状态 1:进行中 2:截止
store_id:&quot;30&quot; // 发起人ID
store_name:&quot;xxx小铺&quot; // 发起人名称
store_tel:&quot;18950475111&quot; // 发起人电话
title:&quot;测试&quot; // 计划标题
max_buy:&quot;50000&quot; // 最大认购金额
}
rule:{
bet_date:&quot;07-29&quot; // 购彩时间
clinch_date:&quot;07-29&quot; // 预计成交
end_date:&quot;30后&quot; // 结算时间
today:&quot;今日&quot; // 预约买入
}
}
}</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>