qifengquan il y a 1 an
Parent
commit
4c2b0cf5b6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/data/controller/api/business/Purchase.php

+ 1 - 1
app/data/controller/api/business/Purchase.php

@@ -58,7 +58,7 @@ class Purchase extends Controller
 //            'images.require'=>'图片不能为空',
            // 'images.array'=>'图片格式有误',
 //            'images.min:1'=>'图片必须',
-            'item.require'=>'商品参数不能为空',
+//            'item.require'=>'商品参数不能为空',
         ]);
         input('images')?$data['images']=input('images'):'';
         if(isset($data['images'])){