From bfa52edd6a430978873367426da7b379730da411 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期二, 28 四月 2026 08:51:43 +0800
Subject: [PATCH] PLS接口优化

---
 项目代码/WMS/WMSServices/WIDESEA_WMSServer/Controllers/PLS/PlsController.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/PLS/PlsController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/PLS/PlsController.cs"
index 661b1ac..ec2f856 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/PLS/PlsController.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/PLS/PlsController.cs"
@@ -13,6 +13,9 @@
 
 namespace WIDESEA_WMSServer.Controllers.PLS
 {
+    /// <summary>
+    /// PLS鎺ュ彛
+    /// </summary>
     [Route("api/Pls")]
     [ApiController]
     public class PlsController:ControllerBase
@@ -39,7 +42,7 @@
                 return ApiResponseContent.Instance.OK();
             } 
             else {
-                return ApiResponseContent.Instance.Error();
+                return ApiResponseContent.Instance.Error(content.Message);
             }
         }
 

--
Gitblit v1.9.3