From 3d7a28ea8f4670ccf5591d7da686f5de0820ddaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 18 Sep 2024 16:25:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=AC=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/Home/Index.cshtml | 1 + Host/Views/Home/Index.cshtml | 1 + Host/Views/Product/Index.cshtml | 14 ++++++++++++++ .../Hncore.Pass.Vpn/Service/ProductOrderService.cs | 4 ++-- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Host/Views.Mobile/Home/Index.cshtml b/Host/Views.Mobile/Home/Index.cshtml index 6651822..843cf12 100644 --- a/Host/Views.Mobile/Home/Index.cshtml +++ b/Host/Views.Mobile/Home/Index.cshtml @@ -251,6 +251,7 @@

杜绝电信诈骗及任何违法行为

所有IP产品已记录日志,均保留6个月以上

发现违法行为直接提交网监部门处理

+

极狐赠送活动将于9月20日24点结束。

diff --git a/Host/Views/Home/Index.cshtml b/Host/Views/Home/Index.cshtml index 052a372..c1426f9 100644 --- a/Host/Views/Home/Index.cshtml +++ b/Host/Views/Home/Index.cshtml @@ -540,6 +540,7 @@

杜绝电信诈骗及任何违法行为

所有IP产品已记录日志,均保留6个月以上

发现违法行为直接提交网监部门处理

+

极狐赠送活动将于9月20日24点结束。

重磅打造:极狐IP(聚IP最好的动态产品),260城市纯净IP(三网混合IP),稳定极速!视频直播无压力!且有不同带宽可选!
现推广期天卡1毛体验,周送1天,月送1周,双月送1月!
承诺不好用48小时内免费退款!


diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml index d8ff1a0..8b601b0 100644 --- a/Host/Views/Product/Index.cshtml +++ b/Host/Views/Product/Index.cshtml @@ -444,6 +444,13 @@
} + + @if(item.Product.Id == 29){ +

现推广期天卡1毛体验,周送1天,月送1周,双月送1月!活动时间:即日起至9月20日24点。

+

极狐IP(聚IP最好的动态产品),260城市纯净IP(三网混合IP),稳定极速!视频直播无压力!且有不同带宽可选!

+

承诺不好用48小时内免费退款!

+ } + @if(item.Product.Id == 29) { //不限速
@@ -515,6 +522,13 @@ @if(item.Product.Id == 25){

强子静态IP即将停运,已开通账号不受影响可继续使用。需要购买静态请开通水滴或火狐。

} + + @if(item.Product.Id == 6){ +

先锋IP即将停运,IP资源池将加进极狐IP。

+

极狐IP(聚IP最好的动态产品),260城市纯净IP(三网混合IP),稳定极速!视频直播无压力!且有不同带宽可选! +
现推广期天卡1毛体验,周送1天,月送1周,双月送1月! + 承诺不好用48小时内免费退款!

+ } @if(item.Product.Id == 20){ diff --git a/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs b/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs index 14891c6..fd3c47f 100644 --- a/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs +++ b/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs @@ -253,9 +253,9 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel, return new ApiResult(ResultCode.C_INVALID_ERROR, "本产品已升级更新为极狐,地区超全,涵盖全国260个城市,IP高纯净度,超速且稳定,且每个城市都是三网混合,更真实有效 现活动推广期,周卡送1天,月卡送1周,双月送1个月"); } - if (packageEntity.ProductId == 1 || packageEntity.ProductId == 25) + if (packageEntity.ProductId == 1 || packageEntity.ProductId == 25 || packageEntity.ProductId == 6) { - return new ApiResult(ResultCode.C_INVALID_ERROR, "强子IP即将停运,IP资源池将加进极狐IP。极狐IP,地区超全,涵盖全国260个城市,IP高纯净度,超速且稳定,且每个城市都是三网混合,更真实有效 现活动推广期,周卡送1天,月卡送1周,双月送1个月"); + return new ApiResult(ResultCode.C_INVALID_ERROR, "本产品即将停运,IP资源池将加进极狐IP。极狐IP,地区超全,涵盖全国260个城市,IP高纯净度,超速且稳定,且每个城市都是三网混合,更真实有效 现活动推广期,周卡送1天,月卡送1周,双月送1个月"); } // if (productEntity.Status == 0) // {