项目代码/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); } }