强子新街口

This commit is contained in:
“wanyongkang”
2021-02-08 16:29:25 +08:00
parent 69ad494843
commit 05f5e189e0
3 changed files with 650 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ namespace Hncore.Pass.Vpn.Service
agent = new AgentClient8Service(m_HttpClientFactory) { ClientName = product.GroupNO };
if (product.GroupNO == "g9")
agent = new AgentClient9Service(m_HttpClientFactory) { ClientName = product.GroupNO };
if (product.GroupNO == "g10")
agent = new AgentClient10Service(m_HttpClientFactory) { ClientName = product.GroupNO };
agent.Product = product;
return agent;
}