From 2f291d5f01f53aa996ee6b2146f6cbbf196fdbc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 28 May 2025 10:44:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=95=8C=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/LineList/Index.cshtml | 2 +- Services/Hncore.Pass.Vpn/Domain/ProductAccountEntity.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Host/Views.Mobile/LineList/Index.cshtml b/Host/Views.Mobile/LineList/Index.cshtml index 7632fb3..fd680e4 100644 --- a/Host/Views.Mobile/LineList/Index.cshtml +++ b/Host/Views.Mobile/LineList/Index.cshtml @@ -331,7 +331,7 @@ break; case 3: this.l2tp = '1234'; - this.search_field = '极狐IP'; + this.search_field = '极光IP'; this.sstp = '4430'; break; case 2: diff --git a/Services/Hncore.Pass.Vpn/Domain/ProductAccountEntity.cs b/Services/Hncore.Pass.Vpn/Domain/ProductAccountEntity.cs index c26b9b9..d83e56e 100644 --- a/Services/Hncore.Pass.Vpn/Domain/ProductAccountEntity.cs +++ b/Services/Hncore.Pass.Vpn/Domain/ProductAccountEntity.cs @@ -50,5 +50,6 @@ namespace Hncore.Pass.Vpn.Domain public string Raw { get; set; } public int agent_id {get; set;} + public int im {get; set;} } }