私域操盘手 - 动态获取流量来源的selection 选择器列表数据

This commit is contained in:
柳清爽
2025-05-13 15:06:24 +08:00
parent 55ea2bf7e3
commit e359661ac4
4 changed files with 95 additions and 10 deletions

View File

@@ -42,7 +42,8 @@ Route::group('v1/', function () {
// 流量池相关
Route::group('traffic/pool', function () {
Route::get('', 'app\cunkebao\controller\traffic\GetPotentialListWithInCompanyV1Controller@index');
Route::get('types', 'app\cunkebao\controller\traffic\GetPotentialTypeListV1Controller@index');
Route::get('types', 'app\cunkebao\controller\traffic\GetPotentialTypeSectionV1Controller@index');
Route::get('sources', 'app\cunkebao\controller\traffic\GetTrafficSourceSectionV1Controller@index');
});
// 工作台相关