From 9a9d0ca17f01e13521b2de5e99220219dc0a2676 Mon Sep 17 00:00:00 2001 From: wtp <1813748440@qq.com> Date: Wed, 29 Nov 2023 11:47:16 +0800 Subject: [PATCH] 1 --- GDZZ.Application/Service/Auth/AuthService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/GDZZ.Application/Service/Auth/AuthService.cs b/GDZZ.Application/Service/Auth/AuthService.cs index 80a660b..2faa6b8 100644 --- a/GDZZ.Application/Service/Auth/AuthService.cs +++ b/GDZZ.Application/Service/Auth/AuthService.cs @@ -512,6 +512,7 @@ namespace GDZZ.Application.Service.Auth var res = await this._wechatOAuth.GetShareCodeAsync(value,scene, page); var fileName = Path.Combine("/" + UserManager.UserId + ".png"); + try { var filePath = Path.Combine(App.WebHostEnvironment.WebRootPath, _options.QRCode.path);