From 8efbdbce8c51265141ee727349309bf0f6e45b70 Mon Sep 17 00:00:00 2001 From: jhx <133451314@qq.com> Date: Wed, 6 Jul 2022 15:57:19 +0800 Subject: [PATCH] update --- app/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/Index.php b/app/controller/Index.php index a9e7cba..366096f 100644 --- a/app/controller/Index.php +++ b/app/controller/Index.php @@ -51,6 +51,6 @@ class Index return json(['ip' => $ip, 'record' => $record, 'map' => [ 'google' => $mapUrl - ]]); + ]], JSON_UNESCAPED_UNICODE + JSON_UNESCAPED_SLASHES); } }