销售统计
<p><strong>简要描述:</strong> </p>
<ul>
<li>销售统计</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/pc/sales_analysis</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </li>
</ul>
<p><strong>参数:</strong> </p>
<p><strong>返回示例</strong></p>
<pre><code> {
__type: "result",
state: "ok",
msg: "",
data: {
success_profit: "26.19",
success_count: 13,
total_profit: "105.24",
total_count: 75
},
time: 1547776803
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>