方法是在json_encode 中加入一个参数 JSON_UNESCAPED_UNICODE
JSON_UNESCAPED_UNICODE
json_encode($data,JSON_UNESCAPED_UNICODE);
PHP json_encode 不转义中文汉字的方法
原文:https://www.cnblogs.com/xlju/p/9378954.html