添加默认时区参数

This commit is contained in:
thinkphp
2015-12-14 12:13:47 +08:00
parent d01443719b
commit e1c5769a30
2 changed files with 8 additions and 4 deletions

View File

@@ -21,6 +21,8 @@ return [
'default_jsonp_handler' => 'jsonpReturn',
// 默认JSONP处理方法
'var_jsonp_handler' => 'callback',
// 默认时区
'default_timezone' => 'PRC',
// +----------------------------------------------------------------------
// | 模块设置