From 7d17fabc46e87ea0f0896f760034f4d16a4dfed0 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 20 九月 2024 13:20:57 +0800 Subject: [PATCH] 提交修改 --- Application/HStation.Application.Xhs.Core/01-project/XhsProject_Controller.cs | 30 ------------------------------ 1 files changed, 0 insertions(+), 30 deletions(-) diff --git a/Application/HStation.Application.Xhs.Core/01-project/XhsProject_Controller.cs b/Application/HStation.Application.Xhs.Core/01-project/XhsProject_Controller.cs index f8d0ce0..28c9d56 100644 --- a/Application/HStation.Application.Xhs.Core/01-project/XhsProject_Controller.cs +++ b/Application/HStation.Application.Xhs.Core/01-project/XhsProject_Controller.cs @@ -167,36 +167,6 @@ return bol; } - /// <summary> - /// 鍙戝竷 - /// </summary> - [Route("Publish@V1.0")] - [HttpPut] - public bool Publish([Required] IDInput input) - { - var bol = _service.Publish(input.ID, out string Msg); - if (!bol) - { - throw YOops.Oh(eResultCode.Alert, InternalErrorCodes.V001, Msg); - } - return bol; - } - - /// <summary> - /// 寮冪敤锛堣皑鎱庢搷浣滐級 - /// </summary> - [Route("Deprecate@V1.0")] - [HttpPut] - public bool Deprecate([Required] IDInput input) - { - var bol = _service.Deprecate(input.ID, out string Msg); - if (!bol) - { - throw YOops.Oh(eResultCode.Alert, InternalErrorCodes.V001, Msg); - } - return bol; - } - #endregion Update #region Exist -- Gitblit v1.9.3