|
@@ -116,6 +116,17 @@ public class StatisticsDataServiceImpl implements StatisticsDataService {
|
|
|
//潮玩好物数据
|
|
//潮玩好物数据
|
|
|
getFashionGoodsData(backgroundDataView, startDate, endDate);
|
|
getFashionGoodsData(backgroundDataView, startDate, endDate);
|
|
|
break;
|
|
break;
|
|
|
|
|
+ default:
|
|
|
|
|
+ //流媒体账号
|
|
|
|
|
+ getStreamingAccountDataView(backgroundDataView, startDate, endDate);
|
|
|
|
|
+ //appleOne
|
|
|
|
|
+ getAppleOneDataView(backgroundDataView, startDate, endDate);
|
|
|
|
|
+ //实物数据
|
|
|
|
|
+ getRealGoodsData(backgroundDataView, startDate, endDate);
|
|
|
|
|
+ //注册账号数据
|
|
|
|
|
+ getRegisterAccountData(backgroundDataView, startDate, endDate);
|
|
|
|
|
+ //潮玩好物数据
|
|
|
|
|
+ getFashionGoodsData(backgroundDataView, startDate, endDate);
|
|
|
}
|
|
}
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(backgroundDataView);
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(backgroundDataView);
|
|
|
}
|
|
}
|