麒麟静态线路表 麒麟接触禁用
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user