正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -64,8 +64,8 @@ class ProjectsLogic extends BaseLogic | @@ -64,8 +64,8 @@ class ProjectsLogic extends BaseLogic | ||
| 64 | * @time :2023/7/18 10:46 | 64 | * @time :2023/7/18 10:46 |
| 65 | */ | 65 | */ |
| 66 | public function verifyParam($param){ | 66 | public function verifyParam($param){ |
| 67 | - $param['set_country'] = json_encode($param['set_country']); | ||
| 68 | - $param['set_ban_country'] = json_encode($param['set_ban_country']); | 67 | + $param['set_country'] = json_encode($param['set_country'],JSON_UNESCAPED_UNICODE); |
| 68 | + $param['set_ban_country'] = json_encode($param['set_ban_country'],JSON_UNESCAPED_UNICODE); | ||
| 69 | $param['set_page_percent'] = json_encode($param['set_page_percent']); | 69 | $param['set_page_percent'] = json_encode($param['set_page_percent']); |
| 70 | $param['set_device'] = json_encode($param['set_device']); | 70 | $param['set_device'] = json_encode($param['set_device']); |
| 71 | $param['set_referer'] = json_encode($param['set_referer']); | 71 | $param['set_referer'] = json_encode($param['set_referer']); |
-
请 注册 或 登录 后发表评论