加盟商 首页 统计+促销
<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> {
"errCode": 1000,
"errMsg": "请求成功",
"data": {
"ka_data": {
"profit_amount": -122738.8863, // 毛利额
"over_due_cus": 233, // 超期客户数
"min_debtors": 7224469.51, // 距离达标需回款
"rec_ratio": "70.41%", // 实际应款收比例
"sales_amount": 14083265.03, // 总销售额
"sales_kpi": 1458051.29, // 月销售指标,
"profit_kpi": 1458051.29, // 毛利指标
"eur_kpi": 1458051.29, // 欧洲维修指标
"ka_sales": 0,
"ka_kpi": 0,
"confirm_amount": 0, // 已确认金额
"confirm_profit": 0 // 已确认毛利
},
"sales_money_day": "0.00",//当日销售额
"e_sales_money_day": "0.00",//欧洲维修
"sales_profit_day": "0.00",//当日销售毛利
"sales_money_month": "0.00",//当月销售额
"e_sales_money_month": "0.00",//欧洲维修销售额
"sales_profit_month": "0.00",//当月销售毛利
"customer_day": 0,//当日客户成交数
"customer_month": 0,//当月客户成交数
"sku_day": 0,//当日sku数
"sku_month": 0,//当月sku数
"list": [
{
"id": "9",//活动id
"name": "门店促销附件",//名称
"app_image": "http://smarterp.com/upload/banner/2020/08/102239589745.png",//图片
"start_time": "1597161600",
"end_time": "1600099200",
"title": "门店促销附件",//标题(app 用这个)
"rules_introductions": "满1组赠2或赠1、满6组赠4或赠2、满12组赠6或赠3",//摘要
"time": "2020-08-12 00:00:00-2020-09-15 00:00",//开始结束日期
"timeTxt": "未开始",
"distanceTxt": "距离开始还有4天7小时"
}
]
}
}</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>