647556386
3 天以前 bfa52edd6a430978873367426da7b379730da411
项目代码/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);
            }
        }