From e9731d700b65d07464ac130c29cae395c74cd1f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sun, 16 Jul 2023 16:30:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B0=E6=9C=9F=E7=9F=AD=E4=BF=A1=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E5=92=8C=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/Article/Index.cshtml | 8 ++++++++ Host/Views.Mobile/User/FindPwd.cshtml | 2 +- Host/Views/Home/Index.cshtml | 14 ++++++++------ Host/Views/Shared/_Layout.cshtml | 13 +++++++------ Services/Hncore.Pass.Vpn/Job/ExpireTipJob.cs | 2 +- .../Service/ProductAccountService.cs | 3 ++- 6 files changed, 27 insertions(+), 15 deletions(-) diff --git a/Host/Views.Mobile/Article/Index.cshtml b/Host/Views.Mobile/Article/Index.cshtml index a7a155d..006fa5c 100644 --- a/Host/Views.Mobile/Article/Index.cshtml +++ b/Host/Views.Mobile/Article/Index.cshtml @@ -30,6 +30,14 @@
windows电脑教程
+ +



+
*
+
*
+
*
+
+
*手机号不是IP账号,请登录后开通IP账号*
- + @@ -820,6 +821,7 @@ console.log(res); if (res.Code == 10000) { alert("重置成功,请登录"); + window.location.href = "/User/WebLogin"; } else { alert(res.Message) } diff --git a/Host/Views/Shared/_Layout.cshtml b/Host/Views/Shared/_Layout.cshtml index 540ceff..6cef212 100644 --- a/Host/Views/Shared/_Layout.cshtml +++ b/Host/Views/Shared/_Layout.cshtml @@ -317,25 +317,25 @@
+
*
+
*
+
*
+
+
*手机号不是IP账号,请登录后开通IP账号*
- + @@ -503,6 +503,7 @@ console.log(res); if (res.Code == 10000) { alert("重置成功,请登录"); + window.location.href = "/User/WebLogin"; } else { alert(res.Message) } diff --git a/Services/Hncore.Pass.Vpn/Job/ExpireTipJob.cs b/Services/Hncore.Pass.Vpn/Job/ExpireTipJob.cs index 8d5dd7a..81cf80b 100644 --- a/Services/Hncore.Pass.Vpn/Job/ExpireTipJob.cs +++ b/Services/Hncore.Pass.Vpn/Job/ExpireTipJob.cs @@ -110,7 +110,7 @@ namespace Hncore.Pass.Vpn.Job } else if(tip=="还有一天过期"){ ret = AliSmsService.Send("SMS_199222107", new { date = account.EndTime.Value.ToString("yyyy-MM-dd hh:mm:ss") }, "聚IP商城", userInfo.Phone); } else { - ret = AliSmsService.Send("SMS_202820825", new { date = account.EndTime.Value.ToString("yyyy-MM-dd hh:mm:ss") }, "聚IP商城", userInfo.Phone); + ret = AliSmsService.Send("SMS_462015488", new { date = account.EndTime.Value.ToString("yyyy-MM-dd hh:mm:ss") }, "聚IP商城", userInfo.Phone); } // var ret = AliSmsService.Send("SMS_193505090", new { date = account.EndTime.Value.ToString("yyyy-MM-dd hh:mm:ss") }, "聚IP商城", userInfo.Phone); } diff --git a/Services/Hncore.Pass.Vpn/Service/ProductAccountService.cs b/Services/Hncore.Pass.Vpn/Service/ProductAccountService.cs index cf3e1d4..ed494eb 100644 --- a/Services/Hncore.Pass.Vpn/Service/ProductAccountService.cs +++ b/Services/Hncore.Pass.Vpn/Service/ProductAccountService.cs @@ -124,7 +124,8 @@ namespace Hncore.Pass.Vpn.Service //主要是用来定时执行的 public async Task