私域操盘手 - 修改模块控制器全部继承基类以实现更加统一的操作规则

This commit is contained in:
柳清爽
2025-05-06 17:47:30 +08:00
parent e770d668d7
commit 8c4a899b43
6 changed files with 35 additions and 11 deletions

View File

@@ -35,6 +35,7 @@ Route::group('v1/', function () {
// 获客场景相关
Route::group('plan/scenes', function () {
Route::get('', 'app\cunkebao\controller\Scene@index'); // 获取场景列表
Route::post('create', 'app\cunkebao\controller\Plan@index'); // 获取场景列表
});
// 流量标签相关