|
|
@@ -807,7 +807,7 @@ namespace Learun.Application.Web.Controllers |
|
|
|
if (!string.IsNullOrEmpty(uid)) |
|
|
|
{ |
|
|
|
decimal datetimenow = Convert.ToDecimal(DateTime.Now.ToString("yyyyMMddHHmmss")); |
|
|
|
string username = "admin"; |
|
|
|
string username = uid; |
|
|
|
string password = "www.qj.com"; |
|
|
|
UserEntity userEntity = userBll.CheckLogin(username, Md5Helper.Encrypt(password, 32)); |
|
|
|
|
|
|
|