无极共享
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user