|
|
@@ -17,6 +17,7 @@ using System.Configuration; |
|
|
|
using System.Linq; |
|
|
|
using System.Net.Http; |
|
|
|
using System.Security.Cryptography; |
|
|
|
using System.Security.Policy; |
|
|
|
using System.Text; |
|
|
|
using System.Web; |
|
|
|
using System.Web.Mvc; |
|
|
@@ -1038,6 +1039,8 @@ namespace Learun.Application.Web.Controllers |
|
|
|
functionVisitEntity.PIsLoginSuccess = true; |
|
|
|
functionVisitEntity.PContent = "成功转到统一认证网站:" + perfun.FUrl; |
|
|
|
functionVisitIbll.SaveEntity(null, functionVisitEntity); |
|
|
|
|
|
|
|
Util.Log.LogHelper.Info($"2{perfun.FUrl};"); |
|
|
|
return Redirect(perfun.FUrl); |
|
|
|
} |
|
|
|
else |
|
|
|