麒麟静态线路表 麒麟接触禁用

This commit is contained in:
“wanyongkang”
2024-01-22 11:50:12 +08:00
parent 116570c8d7
commit f8ffbfce82
6 changed files with 60 additions and 23 deletions

View File

@@ -349,5 +349,19 @@ class jinyou{
$res=self::send_post('Dynamic_Account_Exists', $post_data);
return json_decode($res);
}
/**
* * 解除微信qq
* @return @json
*/
public static function openTxLimit($account)
{
$post_data = array(
'account'=>$account,
't_id'=>"121",
'account'=>2,
);
$res=self::send_post('Free_Firewall', $post_data);
return json_decode($res);
}
}