C端获取计划列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取计划列表的接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>` <a href="http://xx.com/api/plans/plans/custom-get-plan-list">http://xx.com/api/plans/plans/custom-get-plan-list</a></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;">page</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>当前页 不传默认1</td>
</tr>
<tr>
<td style="text-align: left;">size</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>显示条数 不传默认10条</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
code:600
msg:&quot;计划列表&quot;
result:{
page: 1, // 当前页
size: 10, // 当前页条数
pages: 4, // 总页数
total: &quot;33&quot;, // 总条数
data:[
0:{
buy_nums:&quot;0&quot; // 认购人数
cycle:&quot;30&quot; // 计划周期
plan_buy_min:&quot;1000.00&quot; // 最小认购金额
plan_id:&quot;33&quot; // 计划ID
settlement_periods:&quot;30&quot; // 定期结算周期
settlement_type:&quot;1&quot; // 结算类型 1:定期 2:不定期
store_id:&quot;31&quot; // 发起人ID
store_name:&quot;哈哈哈彩票&quot; // 发起人名称
title:&quot;测试3&quot; // 计划标题
}
1:{plan_id: &quot;32&quot;, title: &quot;测试3&quot;, store_id: &quot;31&quot;, store_name: &quot;哈哈哈彩票&quot;, plan_buy_min: &quot;1000.00&quot;,…}
2:{plan_id: &quot;31&quot;, title: &quot;测试3&quot;, store_id: &quot;31&quot;, store_name: &quot;哈哈哈彩票&quot;, plan_buy_min: &quot;1000.00&quot;,…}
3:{plan_id: &quot;30&quot;, title: &quot;测试3&quot;, store_id: &quot;31&quot;, store_name: &quot;哈哈哈彩票&quot;, plan_buy_min: &quot;1000.00&quot;,…}
4:{plan_id: &quot;29&quot;, title: &quot;测试3&quot;, store_id: &quot;31&quot;, store_name: &quot;哈哈哈彩票&quot;, plan_buy_min: &quot;1000.00&quot;,…}
5:{plan_id: &quot;28&quot;, title: &quot;测试3&quot;, store_id: &quot;31&quot;, store_name: &quot;哈哈哈彩票&quot;, plan_buy_min: &quot;1000.00&quot;,…}
6:{plan_id: &quot;27&quot;, title: &quot;测试3&quot;, store_id: &quot;31&quot;, store_name: &quot;哈哈哈彩票&quot;, plan_buy_min: &quot;1000.00&quot;,…}
7:{plan_id: &quot;26&quot;, title: &quot;测试3&quot;, store_id: &quot;31&quot;, store_name: &quot;哈哈哈彩票&quot;, plan_buy_min: &quot;1000.00&quot;,…}
8:{plan_id: &quot;25&quot;, title: &quot;测试3&quot;, store_id: &quot;31&quot;, store_name: &quot;哈哈哈彩票&quot;, plan_buy_min: &quot;1000.00&quot;,…}
9:{plan_id: &quot;24&quot;, title: &quot;测试3&quot;, store_id: &quot;31&quot;, store_name: &quot;哈哈哈彩票&quot;, plan_buy_min: &quot;1000.00&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>