获取定制跟单列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取定制跟单列表接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/interface/get-custom-made</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;">page_num</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>当前页码</td>
</tr>
<tr>
<td style="text-align: left;">page_size</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>页条数</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
code:600
msg:&quot;方案列表&quot;
result:{
page:1 // 当前页
size: 10 // 当前页条数
pages:2 // 总页数
total:15 // 总条数
data:[0:{
bet_money:&quot;2.00&quot; // 每个方案认购金额
cust_no:&quot;gl00004278&quot; // 门店或专家cust_no
follow_num:&quot;1&quot; // 认购方案个数
follow_percent:null // 跟单百分比
follow_type:&quot;1&quot; // 跟单方式 1、按固定金额 2、按百分比
store_grade:null // 门店或专家等级
store_name:&quot;xxx小铺&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>