From 6976aeef494e824ef7c989bb3f993aec1770ccdf Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 12 Nov 2025 18:24:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E4=B8=8D=E6=94=AF=E6=8C=81=E9=9D=9Eget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/route.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/route.php b/config/route.php index 955eeec..55e031c 100644 --- a/config/route.php +++ b/config/route.php @@ -42,4 +42,5 @@ return [ 'default_jsonp_handler' => 'jsonpReturn', // 默认JSONP处理方法 'var_jsonp_handler' => 'callback', + 'action_bind_param' => 'param' ];