老鹰新产品

This commit is contained in:
“wanyongkang”
2021-03-25 14:53:46 +08:00
parent cc77c68822
commit 10c6e91819
2 changed files with 166 additions and 166 deletions

View File

@@ -370,7 +370,6 @@ namespace Hncore.Pass.Vpn.Service
/// <returns></returns>
public async Task<bool> Exist(int productId, string account)
{
if (productId == 5) productId = 12;
var product = await m_ProductService.GetById(productId);
var agent = GetAgent(product);
agent.Init(product.BaseUrl, product.Token);