星星签名延时
This commit is contained in:
@@ -92,6 +92,8 @@ 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);
|
||||
Console.WriteLine("=====================================================================");
|
||||
Console.WriteLine(content);
|
||||
Console.WriteLine("=====================================================================");
|
||||
@@ -176,6 +178,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 new ApiResult(1);
|
||||
|
||||
Reference in New Issue
Block a user