星星检测账号存在

This commit is contained in:
“wanyongkang”
2021-02-23 15:12:06 +08:00
parent 00bc5bf9a6
commit dd1522cba9

View File

@@ -435,9 +435,9 @@ namespace Hncore.Pass.Vpn.Service
var status = jo["errcode"].ToString();
if (status =="0")
{
return true;
return false;
}
return false;
return true;
}
}
}