界面修改 上线极狐

This commit is contained in:
“wanyongkang”
2024-06-21 17:52:12 +08:00
parent 4c35708c75
commit 6f976cb9ff
10 changed files with 660 additions and 22 deletions

View File

@@ -83,6 +83,8 @@ namespace Hncore.Pass.Vpn.Service
agent = new AgentClient19Service(m_HttpClientFactory) { ClientName = product.GroupNO };
if (product.GroupNO == "g20")
agent = new AgentClient20Service(m_HttpClientFactory) { ClientName = product.GroupNO };
if (product.GroupNO == "g21")
agent = new AgentClient21Service(m_HttpClientFactory) { ClientName = product.GroupNO };
agent.Product = product;
return agent;
}