星星上线

This commit is contained in:
“wanyongkang”
2021-02-23 10:45:22 +08:00
parent 43581dc9cc
commit 57ea927418
3 changed files with 447 additions and 1 deletions

View File

@@ -63,6 +63,8 @@ namespace Hncore.Pass.Vpn.Service
agent = new AgentClient9Service(m_HttpClientFactory) { ClientName = product.GroupNO };
if (product.GroupNO == "g10")
agent = new AgentClient10Service(m_HttpClientFactory) { ClientName = product.GroupNO };
if (product.GroupNO == "g11")
agent = new AgentClient11Service(m_HttpClientFactory) { ClientName = product.GroupNO };
agent.Product = product;
return agent;
}