增加url_param_type配置参数 用于配置操作方法的参数绑定方式

This commit is contained in:
thinkphp
2016-06-01 14:13:21 +08:00
parent 3420eb5f60
commit dfa5143dad
4 changed files with 17 additions and 11 deletions

View File

@@ -337,7 +337,7 @@ function trace($log = '[think]', $level = 'log')
/**
* 获取当前Request对象实例
* @return \think\Request
* @return Request
*/
function request()
{
@@ -349,7 +349,7 @@ function request()
* @param mixed $data 输出数据
* @param string $type 输出类型
* @param array $options 参数
* @return \think\Response
* @return Response
*/
function response($data = [], $type = '', $options = [])
{