diff --git a/config/route.php b/config/route.php index f9ceb99..0ad8960 100644 --- a/config/route.php +++ b/config/route.php @@ -27,6 +27,7 @@ Route::group('/api/chat', function () { // 群聊管理 Route::group('/group', function () { + Route::post('/info', app\chat\controller\GroupController::class . '@info'); // 群信息 Route::post('/create', app\chat\controller\GroupController::class . '@create'); // 创建群(商家) Route::post('/join', app\chat\controller\GroupController::class . '@join'); // 加群 Route::post('/getgrepurl', app\chat\controller\GroupController::class . '@getgrepurl'); // 群邀请参数