无尽产品新上

This commit is contained in:
“wanyongkang”
2021-04-06 18:19:55 +08:00
parent 6f7d57b89b
commit 6d4ae2a5a1
2 changed files with 477 additions and 0 deletions

View File

@@ -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;
}