精简模型

This commit is contained in:
柳清爽
2025-04-08 16:30:20 +08:00
parent 880d132849
commit 1cc150472c
15 changed files with 31 additions and 1359 deletions

View File

@@ -10,7 +10,6 @@ Route::group('v1/', function () {
// 获客场景相关
Route::group('plan/scenes', function () {
Route::get('', 'app\\plan\\controller\\Scene@index'); // 获取场景列表
Route::get(':id', 'app\\plan\\controller\\Scene@read'); // 获取场景详情
});
// 流量标签相关