Procházet zdrojové kódy

merge

西昌缴费二期
liangkun před 2 roky
rodič
revize
2d4d361023
2 změnil soubory, kde provedl 0 přidání a 10 odebrání
  1. +0
    -5
      Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs
  2. +0
    -5
      Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/LoginController.cs

+ 0
- 5
Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs Zobrazit soubor

@@ -431,11 +431,6 @@ namespace Learun.Application.Web.Controllers
{
//授权验证
var lc = LicenseChecker.CheckLicense();
//授权到期前发送邮件提醒
if (!string.IsNullOrEmpty(lc.ExpirationDate)&&!lc.ExpirationDate.Contains("永久有效"))
{
emailSendIBLL.Send(lc.ExpirationDate);
}
if (!lc.Result)
{
return Content("<script>alert('" + lc.Message + "');location.href='/ShowRegister/Index';</script>");


+ 0
- 5
Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/LoginController.cs Zobrazit soubor

@@ -184,11 +184,6 @@ namespace Learun.Application.Web.Controllers
{
//授权验证
var lc = LicenseChecker.CheckLicense();
//授权到期前发送邮件提醒
if (!string.IsNullOrEmpty(lc.ExpirationDate) && !lc.ExpirationDate.Contains("永久有效"))
{
emailSendIBLL.Send(lc.ExpirationDate);
}
if (!lc.Result)
{
return Content("<script>alert('" + lc.Message + "');location.href='/ShowRegister/Index';</script>");


Načítá se…
Zrušit
Uložit