获取专家合买统计
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取专家合买统计</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/interface/get-programme-count</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;">expert_no</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>专家编号no</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: {
&quot;winNum&quot;: &quot;2&quot;, //中奖次数
&quot;totalWinAmount&quot;: &quot;800.00&quot;, //总奖金
&quot;num&quot;: &quot;3&quot;, //发单次数
&quot;betNum&quot;: &quot;1&quot;, //出单次数
&quot;successRate&quot;: &quot;33.33&quot;, //发单成功率
&quot;goodCode&quot;: [ //擅长彩种编号
&quot;2001&quot;
],
&quot;goodName&quot;: [ //擅长彩种名称
&quot;超级大乐透&quot;
],
&quot;followNum&quot;: &quot;0&quot; //定制人数
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>