mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
去除 IS_CGI IS_MAC NOW_TIME 常量
This commit is contained in:
@@ -207,7 +207,7 @@ class Response
|
||||
$result = [
|
||||
'code' => $code,
|
||||
'msg' => $msg,
|
||||
'time' => NOW_TIME,
|
||||
'time' => $_SERVER['REQUEST_TIME'],
|
||||
'data' => $data,
|
||||
];
|
||||
return $this->data($result);
|
||||
|
||||
Reference in New Issue
Block a user