json api response unescape
This commit is contained in:
parent
1070d8036c
commit
3d541999a1
@ -31,6 +31,6 @@ class ApiController {
|
||||
|
||||
protected function response($data = [], $httpCode = '200'){
|
||||
http_response_code($httpCode);
|
||||
echo json_encode($data);
|
||||
echo json_encode($data, JSON_UNESCAPED_UNICODE);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user