私域操盘手 - 流量池数据统计

This commit is contained in:
柳清爽
2025-05-13 16:11:58 +08:00
parent fa9e5c4897
commit e9f33309a0
5 changed files with 124 additions and 19 deletions

View File

@@ -44,6 +44,7 @@ Route::group('v1/', function () {
Route::get('', 'app\cunkebao\controller\traffic\GetPotentialListWithInCompanyV1Controller@index');
Route::get('types', 'app\cunkebao\controller\traffic\GetPotentialTypeSectionV1Controller@index');
Route::get('sources', 'app\cunkebao\controller\traffic\GetTrafficSourceSectionV1Controller@index');
Route::get('statistics', 'app\cunkebao\controller\traffic\GetPoolStatisticsV1Controller@index');
});
// 工作台相关