定制跟单详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>定制详情接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>` <a href="http://xx.com/api/publicinterface/interface/custom-made-detail">http://xx.com/api/publicinterface/interface/custom-made-detail</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;">expert_no</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>门店或专家cust_no</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
code:600
msg:&quot;定制跟单&quot;
result:{
data:{
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、按百分比
lottery_codes:&quot;1001,1002,2001,2003&quot; // 彩种类型多个以逗号隔开
made_nums:&quot;3&quot; // 被跟单数
max_bet_money:null // 最大跟单金额
stop_money:&quot;2&quot; // 帐户余额停止认购
store_grade:null // 门店或专家等级
store_name:&quot;xxx小铺&quot; // 门店或专家名称
win_amount:null // 历史中奖金额
win_nums:null // 历史中奖次数
}</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>