首页数据统计

This commit is contained in:
wong
2025-07-17 16:22:01 +08:00
parent 48cb1a40f9
commit 7079f558c5
2 changed files with 152 additions and 0 deletions

View File

@@ -100,6 +100,15 @@ Route::group('v1/', function () {
Route::get('getMemberList', 'app\cunkebao\controller\chatroom\GetChatroomListV1Controller@getMemberList'); // 获取群详情
});
Route::group('dashboard',function (){
Route::get('', 'app\cunkebao\controller\StatsController@baseInfoStats');
Route::get('plan-stats', 'app\cunkebao\controller\StatsController@planStats');
Route::get('sevenDay-stats', 'app\cunkebao\controller\StatsController@customerAcquisitionStats7Days');
});
})->middleware(['jwt']);