Browse Source

fix:gouwuhce

super-yimizi 1 month ago
parent
commit
a0d4b1781f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Cart.php

+ 1 - 1
application/api/controller/Cart.php

@@ -157,7 +157,7 @@ class Cart extends Base
     public function checked()
     public function checked()
     {
     {
         $cartIds  =  $this->request->post('cartIds/a');
         $cartIds  =  $this->request->post('cartIds/a');
-        $isChecked = $this->request->post('isChecked/d');
+        $isChecked = $this->request->post('isChecked');
         $userId = $this->auth->id;
         $userId = $this->auth->id;
         // 验证器
         // 验证器
         $validate = new CartValidate();
         $validate = new CartValidate();