请求URL:

GET/plugin.package-deliver.frontend.communityGroups.statistic

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": {
        "goodsList": [
            {
                "goods_id": 564,
                "price": 142.56,
                "total": "12",
                "title": "不限食--压片糖果"
            }
        ],
        "totalIncome": 142.56,
        "orderTotalCount": 6,
        "orderTodayCount": 6,
        "orderTodayPrice": 142.56,
        "orderTodayUcount": 1
    }
}

返回参数说明:

参数名 类型 说明
goodsList array 商品列表
goodsList[price] float 商品收入
goodsList[total] int 已售
goodsList[title] str 标题
totalIncome str 活动总收入
orderTotalCount str 订单总笔数
orderTodayCount int 订单今日总笔数
todayIncome float 今日总收入
todayUcount int 订单今日参与人数