头部数据板
<h5>简要描述</h5>
<ul>
<li>date</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>app/sales-order-app/get-statics-promotion</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;errCode&quot;: 1000,
&quot;errMsg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;sales_money_day&quot;: &quot;0.00&quot;,//当日销售额
&quot;sales_money_month&quot;: &quot;0.00&quot;,//当月销售额
&quot;customer_day&quot;: 0,//当日客户成交数
&quot;customer_month&quot;: 0,//当月客户成交数
&quot;sku_day&quot;: 0,//当日sku数
&quot;sku_month&quot;: 0,//当月sku数
&quot;stock_store&quot;: 0,//库存金额
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>