强子退款
This commit is contained in:
@@ -95,6 +95,9 @@ namespace Hncore.Pass.Vpn.Service
|
||||
var resp = await client.GetAsync(url);
|
||||
var content = await resp.Content.ReadAsStringAsync();
|
||||
JObject jo = (JObject)JsonConvert.DeserializeObject(content);
|
||||
Console.WriteLine("=====================================新开================================================");
|
||||
Console.WriteLine(jo);
|
||||
Console.WriteLine("=====================================================================================");
|
||||
var status = jo["code"].ToString();
|
||||
if (status == "1")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user