正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -736,7 +736,7 @@ class Order extends Api | @@ -736,7 +736,7 @@ class Order extends Api | ||
736 | $data = $this->request->post('data_json'); | 736 | $data = $this->request->post('data_json'); |
737 | if (!$data) $this->error('data_json参数缺失'); | 737 | if (!$data) $this->error('data_json参数缺失'); |
738 | 738 | ||
739 | - $data = json_decode($data,true); | 739 | + $data = json_decode(htmlspecialchars_decode($data),true); |
740 | $params = []; | 740 | $params = []; |
741 | $orderids = []; | 741 | $orderids = []; |
742 | foreach ($data as $key => $value){ | 742 | foreach ($data as $key => $value){ |
-
请 注册 或 登录 后发表评论