From 2b7f2e74824d4bf16ef6a753fd730be5c24368ef Mon Sep 17 00:00:00 2001 From: xiaoz Date: Fri, 20 Dec 2024 14:36:50 +0800 Subject: [PATCH] 1.1.0 --- controller/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/api.php b/controller/api.php index 327ebb3..73b52db 100755 --- a/controller/api.php +++ b/controller/api.php @@ -37,7 +37,7 @@ $deny_func = [ 'set_option', 'set_option_bool', 'update_link_status', - 'send_to_ai' + 'get_options' ]; // 判断是否在屏蔽列表中 if( in_array($var_func,$deny_func) ) {