星星签名延时

This commit is contained in:
“wanyongkang”
2021-02-23 17:17:43 +08:00
parent aa5c4dd72d
commit 000f820fea

View File

@@ -436,6 +436,7 @@ namespace Hncore.Pass.Vpn.Service
var content = await resp.Content.ReadAsStringAsync();
JObject jo = (JObject)JsonConvert.DeserializeObject(content);
var status = jo["errcode"].ToString();
await Task.Delay(1000);
if (status =="0")
{
return false;