postData()["Params"]; return $this->renderSuccess('', [ // 商品数量占比 'productRanking' => (new ProductRankingService())->getProductRanking($postData), // 商品金额占比 'productMoneyRanking' => (new ProductRankingService())->getProductMoneyRanking($postData), // 商品分类占比 'categoryRanking' => (new ProductRankingService())->getCategoryRanking($postData), // 会员等级占比 'gradeRanking' => (new ProductRankingService())->getGradeRanking($postData), ]); } }