feat: Parameter Binding Method of New Operation Method for Routing Configuration

This commit is contained in:
Rodots
2024-12-02 16:01:49 +08:00
parent 95ccd4071b
commit 8983705ce4

View File

@@ -42,4 +42,6 @@ return [
'default_jsonp_handler' => 'jsonpReturn',
// 默认JSONP处理方法
'var_jsonp_handler' => 'callback',
// 操作方法的参数绑定方式 route get param
'action_bind_param' => 'param',
];