【修复】修复分享链接多增加【/】反斜杠,导致二维码生成失败的问题。

This commit is contained in:
大灰灰
2022-09-24 22:15:59 +08:00
parent 03eaf8fb98
commit 0dbf3e05f4
2 changed files with 2 additions and 2 deletions

View File

@@ -403,7 +403,7 @@ namespace CoreCms.Net.Services
jm.status = true;
jm.msg = "GetQrCode";
jm.data = AppSettingsConstVars.AppConfigAppInterFaceUrl + fileName;
jm.otherData = fileNameMin;
jm.otherData = response;
}
return jm;
}