Browse Source

解决手机app签章无图问题

新疆体育高职分支
liangkun 1 year ago
parent
commit
9d4ac8889f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/AnnexesApiWx.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/AnnexesApiWx.cs View File

@@ -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();



Loading…
Cancel
Save