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