yunniu
This commit is contained in:
@@ -77,6 +77,8 @@ namespace Hncore.Pass.Vpn.Service
|
||||
agent = new AgentClient16Service(m_HttpClientFactory) { ClientName = product.GroupNO };
|
||||
if (product.GroupNO == "g17")
|
||||
agent = new AgentClient17Service(m_HttpClientFactory) { ClientName = product.GroupNO };
|
||||
if (product.GroupNO == "g18")
|
||||
agent = new AgentClient18Service(m_HttpClientFactory) { ClientName = product.GroupNO };
|
||||
agent.Product = product;
|
||||
return agent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user