猎豹
This commit is contained in:
@@ -81,6 +81,8 @@ namespace Hncore.Pass.Vpn.Service
|
||||
agent = new AgentClient18Service(m_HttpClientFactory) { ClientName = product.GroupNO };
|
||||
if (product.GroupNO == "g19")
|
||||
agent = new AgentClient19Service(m_HttpClientFactory) { ClientName = product.GroupNO };
|
||||
if (product.GroupNO == "g20")
|
||||
agent = new AgentClient20Service(m_HttpClientFactory) { ClientName = product.GroupNO };
|
||||
agent.Product = product;
|
||||
return agent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user