This commit is contained in:
jhx
2022-07-06 15:57:19 +08:00
parent 2ac6546c3e
commit 8efbdbce8c
+1 -1
View File
@@ -51,6 +51,6 @@ class Index
return json(['ip' => $ip, 'record' => $record, 'map' => [
'google' => $mapUrl
]]);
]], JSON_UNESCAPED_UNICODE + JSON_UNESCAPED_SLASHES);
}
}