up. 添加客户端锁定日志
This commit is contained in:
parent
9a76ccb9bf
commit
19cc5ce6a3
@ -128,7 +128,7 @@ abstract class BaseController
|
|||||||
* @param mixed $data
|
* @param mixed $data
|
||||||
* @return Json
|
* @return Json
|
||||||
*/
|
*/
|
||||||
protected function writeJson(int $code = 200, string $message = '', mixed $data = null, $skipEncryption = false): Json
|
protected function writeJson(int $code = 200, string $message = '', mixed $data = null, $skipEncryption = true): Json
|
||||||
{
|
{
|
||||||
if($data instanceof Paginator) {
|
if($data instanceof Paginator) {
|
||||||
$data = [
|
$data = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user