群信息
This commit is contained in:
@@ -46,7 +46,7 @@ Route::group('/api/chat', function () {
|
|||||||
Route::post('/mark-read', app\chat\controller\MessageController::class . '@markRead'); // 标记已读
|
Route::post('/mark-read', app\chat\controller\MessageController::class . '@markRead'); // 标记已读
|
||||||
Route::post('/mark-read-all', app\chat\controller\MessageController::class . '@markReadAll'); // 全部已读
|
Route::post('/mark-read-all', app\chat\controller\MessageController::class . '@markReadAll'); // 全部已读
|
||||||
Route::post('/unread-count', app\chat\controller\MessageController::class . '@getUnreadCount'); // 未读总数
|
Route::post('/unread-count', app\chat\controller\MessageController::class . '@getUnreadCount'); // 未读总数
|
||||||
Route::post('/session-list', app\chat\controller\MessageController::class . '@getSessionList'); // 会话列表
|
Route::post('/sessionlist', app\chat\controller\MessageController::class . '@getSessionList'); // 会话列表
|
||||||
})->middleware($jwt_middleware);
|
})->middleware($jwt_middleware);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user