|
|
@@ -167,7 +167,7 @@ namespace Learun.Application.WebApi.Modules |
|
|
|
else |
|
|
|
{ |
|
|
|
//url += "&appkey=" + DESEncrypt.Encrypt(code, "bjqjsso"); |
|
|
|
url += "&appkey=" + Md5Helper.Encrypt("tlmzysso", 32) + "&name=" + DESEncrypt.Encrypt(userinfo.realName, "tlmzysso") + "&no=" + DESEncrypt.Encrypt(userinfo.enCode, "tlmzysso") + "&type=" + type; |
|
|
|
url += "?appkey=" + Md5Helper.Encrypt("tlmzysso", 32) + "&name=" + DESEncrypt.Encrypt(userinfo.realName, "tlmzysso") + "&no=" + DESEncrypt.Encrypt(userinfo.enCode, "tlmzysso") + "&type=" + type; |
|
|
|
} |
|
|
|
return Success(new{ FInterfaceUrl=url }); |
|
|
|
} |
|
|
|