西瓜续费
This commit is contained in:
@@ -499,9 +499,6 @@ namespace Hncore.Pass.Vpn.Service
|
||||
{
|
||||
var resp = await client.GetAsync(this.ExistUrl + "?" + Sign(map));
|
||||
var content = await resp.Content.ReadAsStringAsync();
|
||||
Console.WriteLine("====================================================");
|
||||
Console.WriteLine(content);
|
||||
Console.WriteLine("------------=================================================");
|
||||
JObject jo = (JObject)JsonConvert.DeserializeObject(content);
|
||||
var status = jo["status"].ToString();
|
||||
if (status != "200")
|
||||
|
||||
Reference in New Issue
Block a user