hutongqing
2024-12-14 e7cf443b37f8f4d8a1bc4fe4cd6f058f39e5c7f5
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Approval/ApprovalTaskController.cs
@@ -25,18 +25,32 @@
            _webSocketServer = webSocketServer;
        }
        /// <summary>
        /// åŒæ„å®¡æ‰¹
        /// </summary>
        /// <param name="sourceKey"></param>
        /// <returns></returns>
        [HttpGet, HttpPost, Route("AuditAgree")]
        public WebResponseContent AuditAgree(int sourceKey)
        {
            return Service.AuditAgree(sourceKey);
        }
        /// <summary>
        /// é©³å›žå®¡æ‰¹
        /// </summary>
        /// <param name="sourceKey"></param>
        /// <returns></returns>
        [HttpGet, HttpPost, Route("AuditReject")]
        public WebResponseContent AuditReject(int sourceKey)
        {
            return Service.AuditReject(sourceKey);
        }
        /// <summary>
        /// æŽ¨é€æµ‹è¯•
        /// </summary>
        /// <returns></returns>
        [HttpGet, HttpPost, Route("PushTest"), AllowAnonymous]
        public WebResponseContent PushTest()
        {