删除账号
This commit is contained in:
@@ -359,7 +359,7 @@ namespace Hncore.Pass.Vpn.Service
|
||||
try
|
||||
{
|
||||
//账号信息
|
||||
var resp_info = await client.GetAsync("/userapi/?secretId=20210121152313846555&secretKey=C41nUV6KpjvdYkfr&type=getuserinfo&user="+account);
|
||||
var resp_info = await client.GetAsync("/userapi/?secretId=20200716182518182489&secretKey=OFcEJAfzYjWT3e2s&type=getuserinfo&user="+account);
|
||||
var content_info = await resp_info.Content.ReadAsStringAsync();
|
||||
|
||||
JObject jo = (JObject)JsonConvert.DeserializeObject(content_info);
|
||||
|
||||
Reference in New Issue
Block a user