ソースを参照

消息列表 更改

leiy 1 年間 前
コミット
6bfe1074d5
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      OASystem/OASystem.Api/Controllers/SystemController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/SystemController.cs

@@ -67,7 +67,7 @@ namespace OASystem.API.Controllers
         /// <returns></returns>
         [HttpPost]
         [ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
-        public async Task<IActionResult> GetMsgList(MsgDto dto)
+        public async Task<IActionResult> PsotMsgPageList(MsgDto dto)
         {
             var msgData = await _messageRep.GetMsgList(dto);