From 9d4ac8889f8ff3c7cabb59a60570457bda4021c2 Mon Sep 17 00:00:00 2001 From: liangkun Date: Tue, 25 Apr 2023 15:10:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=89=8B=E6=9C=BAapp?= =?UTF-8?q?=E7=AD=BE=E7=AB=A0=E6=97=A0=E5=9B=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.WebApi/Modules/AnnexesApiWx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/AnnexesApiWx.cs b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/AnnexesApiWx.cs index d54181644..ce863d094 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/AnnexesApiWx.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/AnnexesApiWx.cs @@ -18,7 +18,7 @@ namespace Learun.Application.WebApi.Modules Post["/wxupload"] = WxUpload; Post["/wxbase64"] = WxUploadbase64; Post["/wxdelete"] = WxDeleteFile; - Post["/wxuploadinsingle"] = WxUploadInSingle; + //Post["/wxuploadinsingle"] = WxUploadInSingle; } private AnnexesFileIBLL annexesFileIBLL = new AnnexesFileBLL();