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' ];