私域操盘手 - 流量池潜在用户的状态类型筛选功能

This commit is contained in:
柳清爽
2025-05-13 14:00:56 +08:00
parent 869ce043fc
commit e08a805e88
3 changed files with 71 additions and 41 deletions

View File

@@ -42,6 +42,7 @@ 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');
});
// 工作台相关