无极独享

This commit is contained in:
“wanyongkang”
2022-04-06 15:08:50 +08:00
parent 1aaf2c374b
commit 34f0e36119
11 changed files with 697 additions and 20 deletions

View File

@@ -71,6 +71,8 @@ namespace Hncore.Pass.Vpn.Service
agent = new AgentClient13Service(m_HttpClientFactory) { ClientName = product.GroupNO };
if (product.GroupNO == "g14")
agent = new AgentClient14Service(m_HttpClientFactory) { ClientName = product.GroupNO };
if (product.GroupNO == "g15")
agent = new AgentClient15Service(m_HttpClientFactory) { ClientName = product.GroupNO };
agent.Product = product;
return agent;
}