星星k开户失败

This commit is contained in:
“wanyongkang”
2021-02-23 16:03:16 +08:00
parent dd1522cba9
commit 495d2d8fec

View File

@@ -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);