up. 添加客户端锁定日志

This commit is contained in:
u2nyakim 2025-08-29 17:12:36 +08:00
parent 9a76ccb9bf
commit 19cc5ce6a3

View File

@ -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 = [