development
温天培 1 year ago
parent 517291387b
commit 9a9d0ca17f

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

Loading…
Cancel
Save