无极共享

This commit is contained in:
“wanyongkang”
2022-04-07 17:10:08 +08:00
parent 34f0e36119
commit 8a2bb7b76c
11 changed files with 755 additions and 12 deletions

View File

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