diff --git a/LTEMvcApp/Controllers/WebSocketController.cs b/LTEMvcApp/Controllers/WebSocketController.cs
index c3850f5..5f24034 100644
--- a/LTEMvcApp/Controllers/WebSocketController.cs
+++ b/LTEMvcApp/Controllers/WebSocketController.cs
@@ -247,23 +247,38 @@ namespace LTEMvcApp.Controllers
/// 获取客户端消息队列
///
/// 客户端名称
+ /// 发送消息起始索引
+ /// 接收消息起始索引
/// 发送和接收的消息队列
[HttpGet("clients/{clientName}/messages")]
- public ActionResult