mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
改进 response类的send方法
This commit is contained in:
@@ -66,7 +66,7 @@ class Response
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// 用于扩展其他返回格式数据
|
// 用于扩展其他返回格式数据
|
||||||
Hook::listen('return_data', $data);
|
APP_HOOK && Hook::listen('return_data', $data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user