强子迅联更新

This commit is contained in:
“wanyongkang”
2021-03-05 14:47:29 +08:00
parent c4a26af48d
commit 4c6ab8fe92
9 changed files with 528 additions and 27 deletions

View File

@@ -65,6 +65,8 @@ namespace Hncore.Pass.Vpn.Service
agent = new AgentClient10Service(m_HttpClientFactory) { ClientName = product.GroupNO };
if (product.GroupNO == "g11")
agent = new AgentClient11Service(m_HttpClientFactory) { ClientName = product.GroupNO };
if (product.GroupNO == "g12")
agent = new AgentClient12Service(m_HttpClientFactory) { ClientName = product.GroupNO };
agent.Product = product;
return agent;
}