添加蘑菇产品新接口
This commit is contained in:
@@ -85,6 +85,8 @@ namespace Hncore.Pass.Vpn.Service
|
||||
agent = new AgentClient20Service(m_HttpClientFactory) { ClientName = product.GroupNO };
|
||||
if (product.GroupNO == "g21")
|
||||
agent = new AgentClient21Service(m_HttpClientFactory) { ClientName = product.GroupNO };
|
||||
if (product.GroupNO == "g22")
|
||||
agent = new AgentClient22Service(m_HttpClientFactory) { ClientName = product.GroupNO };
|
||||
agent.Product = product;
|
||||
return agent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user