私域操盘手 - 修复流量池页面不会自动加载状态列表选择器的问题

This commit is contained in:
柳清爽
2025-05-13 14:43:21 +08:00
parent 957d197245
commit 55ea2bf7e3
4 changed files with 66 additions and 72 deletions

View File

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