```javascript
WXAPI.siteStatisticsSaleroom({
uid: 123
})
```
+ dateBegin 日期起,格式 20180516
+ dateEnd 日期止,格式 20180516
+ uid 用户编号,0 代表全站数据
```json
{
"code": 0,
"data": [
{
"day": "202307",
"estimateCommission": 0,
"estimateCommissionNumber": 0,
"goodsAmount": 0,
"logisticsAmount": 0,
"numberOrder": 0,
"orderAmount": 0,
"refundAmount": 0,
"saleroom": 0
}
],
"msg": "success"
}
```
+ day 统计日期
+ estimateCommission 预估佣金金额,支付即增加
+ estimateCommissionNumber 预估佣金笔数,支付即增加
+ goodsAmount 商品销售额
+ logisticsAmount 运费累计
+ numberOrder 订单笔数
+ orderAmount 订单实付金额
+ refundAmount 退款金额
+ saleroom 销售额