From eef3e974fbcad6fffd4471f56672d23e9c5cbda8 Mon Sep 17 00:00:00 2001 From: xiaolipro <2357729423@qq.com> Date: Thu, 26 Feb 2026 15:28:14 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=BF=AE=E5=A4=8D=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E7=A2=B0=E6=92=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services/InterfaceForwardService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/InterfaceForward.Application/Services/InterfaceForwardService.cs b/src/InterfaceForward.Application/Services/InterfaceForwardService.cs index ab7423e..ac7d73c 100644 --- a/src/InterfaceForward.Application/Services/InterfaceForwardService.cs +++ b/src/InterfaceForward.Application/Services/InterfaceForwardService.cs @@ -37,7 +37,7 @@ public class InterfaceForwardService : ApplicationService _httpContextAccessor = httpContextAccessor; } - [HttpPost("Itfx/BatchRequest")] + [HttpPost("InterfaceForward/BatchRequest")] public async Task BatchForwardThenPushToQueueAsync( [FromQuery] [Required] string standardCode, [FromQuery] [Required] string supplierCode, @@ -110,7 +110,7 @@ public class InterfaceForwardService : ApplicationService }; } - [HttpPost("Itfx/ForwardWithSubscribe")] + [HttpPost("InterfaceForward/ForwardWithSubscribe")] public async Task ForwardWithSubscribeAsync( [FromQuery] [Required] string standardCode, [FromQuery] [Required] string supplierCode,