无尽产品新上
This commit is contained in:
@@ -67,6 +67,8 @@ namespace Hncore.Pass.Vpn.Service
|
||||
agent = new AgentClient11Service(m_HttpClientFactory) { ClientName = product.GroupNO };
|
||||
if (product.GroupNO == "g12")
|
||||
agent = new AgentClient12Service(m_HttpClientFactory) { ClientName = product.GroupNO };
|
||||
if (product.GroupNO == "g13")
|
||||
agent = new AgentClient13Service(m_HttpClientFactory) { ClientName = product.GroupNO };
|
||||
agent.Product = product;
|
||||
return agent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user