星星k开户失败
This commit is contained in:
@@ -92,6 +92,9 @@ namespace Hncore.Pass.Vpn.Service
|
||||
var content = await resp.Content.ReadAsStringAsync();
|
||||
JObject jo = (JObject)JsonConvert.DeserializeObject(content);
|
||||
var status = jo["errcode"].ToString();
|
||||
Console.WriteLine("=====================================================================");
|
||||
Console.WriteLine(content);
|
||||
Console.WriteLine("=====================================================================");
|
||||
if (status =="0")
|
||||
{
|
||||
return new ApiResult(ResultCode.C_SUCCESS);
|
||||
|
||||
Reference in New Issue
Block a user