添加好友优化

This commit is contained in:
wong
2025-07-21 15:08:12 +08:00
parent 1f843d76ae
commit dcb95b4d02
4 changed files with 18 additions and 18 deletions

View File

@@ -97,9 +97,6 @@ Route::group('v1', function () {
Route::get('autoCreate', 'app\api\controller\AllotRuleController@autoCreateAllotRules');// 自动创建分配规则 √
});
Route::group('scenarios', function () {
Route::any('', 'app\cunkebao\controller\plan\PostExternalApiV1Controller@index');
});
});
});