|
|
|
@@ -43,8 +43,20 @@ public class WxChartDataController extends BaseController { |
|
|
|
"chart=51首页场景发卷:" + |
|
|
|
"carStopHistory停车发卷 couponVerifyHistory核销发卷 orderHistory交易发卷 micropayHistory收银台发卷"+ |
|
|
|
"--------------------------------------" + |
|
|
|
"触达用户=数据总览的活跃用户数据" |
|
|
|
|
|
|
|
"触达用户=数据总览的活跃用户数据"+ |
|
|
|
"--------------------------------------" + |
|
|
|
"chart=46 卷营销数据:" + |
|
|
|
"orderCountList卷购买数量历史 paymentCountList卷核销数量 priceCouponSaleCountList有价卷销售数量历史 " + |
|
|
|
"priceCouponPaymentCountList有价卷核销数量历史 sumPriceSaleMoney有价券销售总额 sumPricePayMent有价卷核销总额 " + |
|
|
|
"sumSubsidyMoney商场补贴金额 priceCouponCancelCount有价卷退款数量 priceCouponSaleCountListTotal有价券售出数量"+ |
|
|
|
"--------------------------------------" + |
|
|
|
"chart=45 卡营销数据:" + |
|
|
|
"saleHistory销售金额历史 paymentHistory核销历史 saleCardCount售出卡数量 tranCount转增数量 subsidyCount补贴金额"+ |
|
|
|
"--------------------------------------" + |
|
|
|
"chart=47 砍价营销数据:" + |
|
|
|
"pressSendHistory砍价发起历史 pressSuccHistory砍价成功历史 pressPaymentHistory砍价核销历史 " + |
|
|
|
"pressSendHistoryTotal发起总数 pressSuccHistoryCount成功总数 pressPaymentHistoryCount核销总数 pressSuccRate成功率 sumJoin参与人数" |
|
|
|
"--------------------------------------" |
|
|
|
) |
|
|
|
@GetMapping("/queryData") |
|
|
|
@ApiImplicitParams({ |
|
|
|
|