删除账号

This commit is contained in:
“wanyongkang”
2021-01-25 18:00:22 +08:00
parent 853379f394
commit d5acdc9474
2 changed files with 7 additions and 6 deletions

View File

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