dyjh 6 yıl önce
ebeveyn
işleme
02c916964d

+ 1 - 1
app/Http/Controllers/Api/V1/AlbumController.php

xqd
@@ -705,7 +705,7 @@ class AlbumController extends Controller
         ]);
         if ($validator->fails()) {
             return $this->error(ErrorCode::CLIENT_WRONG_PARAMS, '传入参数不正确!', $validator->messages());
-        }
+        }dd(111);
         $type = $request->input('type');
         $store_id = $request->input('store_id');
         if($userAuth->is_dealer!=1) return $this->error(ErrorCode::CLIENT_WRONG_PARAMS, '该用户不是经销商!', $validator->messages());