|
|
@ -512,6 +512,7 @@ namespace GDZZ.Application.Service.Auth
|
|
|
|
var res = await this._wechatOAuth.GetShareCodeAsync(value,scene, page);
|
|
|
|
var res = await this._wechatOAuth.GetShareCodeAsync(value,scene, page);
|
|
|
|
var fileName = Path.Combine("/" + UserManager.UserId + ".png");
|
|
|
|
var fileName = Path.Combine("/" + UserManager.UserId + ".png");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
try
|
|
|
|
try
|
|
|
|
{
|
|
|
|
{
|
|
|
|
var filePath = Path.Combine(App.WebHostEnvironment.WebRootPath, _options.QRCode.path);
|
|
|
|
var filePath = Path.Combine(App.WebHostEnvironment.WebRootPath, _options.QRCode.path);
|
|
|
|