mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 15:42:48 +08:00
response 类的result方法执行后强制退出
This commit is contained in:
@@ -76,7 +76,7 @@ class Response
|
|||||||
'time' => NOW_TIME,
|
'time' => NOW_TIME,
|
||||||
'data' => $data,
|
'data' => $data,
|
||||||
];
|
];
|
||||||
self::returnData($result, $type);
|
self::returnData($result, $type, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user