正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -49,7 +49,7 @@ class Invoice extends Api | @@ -49,7 +49,7 @@ class Invoice extends Api | ||
49 | { | 49 | { |
50 | $user_id = $this->is_token($this->request->header()); | 50 | $user_id = $this->is_token($this->request->header()); |
51 | $param = $this->request->param(); | 51 | $param = $this->request->param(); |
52 | - $selectedOptionszero = input('selectedOptionszero'); | 52 | + $selectedOptionszero = input('data'); |
53 | $arr = json_decode(htmlspecialchars_decode($selectedOptionszero), true); | 53 | $arr = json_decode(htmlspecialchars_decode($selectedOptionszero), true); |
54 | dump($arr); | 54 | dump($arr); |
55 | die; | 55 | die; |
-
请 注册 或 登录 后发表评论