mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 23:52:49 +08:00
默认输出类型修改
This commit is contained in:
@@ -16,7 +16,7 @@ class Response
|
|||||||
// 输出数据的转换方法
|
// 输出数据的转换方法
|
||||||
protected static $tramsform = null;
|
protected static $tramsform = null;
|
||||||
// 输出数据的类型
|
// 输出数据的类型
|
||||||
protected static $type = 'json';
|
protected static $type = 'html';
|
||||||
// 输出数据
|
// 输出数据
|
||||||
protected static $data = '';
|
protected static $data = '';
|
||||||
// 是否exit
|
// 是否exit
|
||||||
|
|||||||
Reference in New Issue
Block a user