获取首页统计数据
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取首页统计数据接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://srmplat.tingyun.work/api/app/statisticinfo</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>参数:</strong> </p>
<p>无</p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;statusCode&quot;: 200,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;data&quot;: {
&quot;orgCount&quot;: 51, //加入厂商数量
&quot;releaseCount&quot;: 61,//发布产品数量
&quot;exchangeCount&quot;: 12//交流信息数量
}
}</code></pre>