星星签名延时
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user