development
温天培 1 year ago
parent 44a7f35c99
commit 394dfc15da

@ -508,7 +508,7 @@ namespace GDZZ.Application.Service.Auth
value = token.Result.AccessToken; value = token.Result.AccessToken;
} }
var res = await this._wechatOAuth.GetShareCodeAsync(value,scene, page); var res = await this._wechatOAuth.GetShareCodeAsync(value,scene, page);
var fileName = Path.Combine(App.WebHostEnvironment.WebRootPath+ UserManager.UserId + "_" + DateTime.Now + "png"); var fileName = Path.Combine(App.WebHostEnvironment.WebRootPath+"/"+ UserManager.UserId +".png");
Console.WriteLine(fileName); Console.WriteLine(fileName);
try try
{ {

Loading…
Cancel
Save