From 058b99960667ed3e5a4deffeacffc8d9b0bdfc07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 24 Jan 2024 17:02:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BA=92=E9=BA=9F=E8=A7=A3=E9=99=A4=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1qq=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extends/jinyouapi/Jinyou.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extends/jinyouapi/Jinyou.php b/extends/jinyouapi/Jinyou.php index 9b6c6c8..374eb28 100644 --- a/extends/jinyouapi/Jinyou.php +++ b/extends/jinyouapi/Jinyou.php @@ -358,7 +358,7 @@ class jinyou{ $post_data = array( 'account'=>$account, 't_id'=>"121", - 'account'=>2, + 'fwstatus'=>0, ); $res=self::send_post('Free_Firewall', $post_data); return json_decode($res);