From 73438da666e3ebbe70f103391ae4c53f203eb7ef Mon Sep 17 00:00:00 2001 From: ccnetcore Date: Sun, 7 Sep 2025 01:34:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=20VerifyNext=20=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E7=94=B1=20GET=20=E6=94=B9=E4=B8=BA=20POST=20?= =?UTF-8?q?=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services/FileMaster/FileMasterService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yi.Abp.Net8/module/ai-hub/Yi.Framework.AiHub.Application/Services/FileMaster/FileMasterService.cs b/Yi.Abp.Net8/module/ai-hub/Yi.Framework.AiHub.Application/Services/FileMaster/FileMasterService.cs index 2a06d126..3905ac4a 100644 --- a/Yi.Abp.Net8/module/ai-hub/Yi.Framework.AiHub.Application/Services/FileMaster/FileMasterService.cs +++ b/Yi.Abp.Net8/module/ai-hub/Yi.Framework.AiHub.Application/Services/FileMaster/FileMasterService.cs @@ -25,7 +25,7 @@ public class FileMasterService : ApplicationService /// 校验下一步 /// /// - [HttpGet("FileMaster/VerifyNext")] + [HttpPost("FileMaster/VerifyNext")] public Task VerifyNextAsync(VerifyNextInput input) { if (!CurrentUser.IsAuthenticated)