强子静态ip

This commit is contained in:
“wanyongkang”
2023-05-14 16:29:33 +08:00
parent cc17860446
commit 3dfe3faf33
2 changed files with 524 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ namespace Hncore.Pass.Vpn.Service
agent = new AgentClient17Service(m_HttpClientFactory) { ClientName = product.GroupNO };
if (product.GroupNO == "g18")
agent = new AgentClient18Service(m_HttpClientFactory) { ClientName = product.GroupNO };
if (product.GroupNO == "g19")
agent = new AgentClient19Service(m_HttpClientFactory) { ClientName = product.GroupNO };
agent.Product = product;
return agent;
}