| xqd
@@ -705,7 +705,7 @@ class AlbumController extends Controller
|
|
|
]);
|
|
|
if ($validator->fails()) {
|
|
|
return $this->error(ErrorCode::CLIENT_WRONG_PARAMS, '传入参数不正确!', $validator->messages());
|
|
|
- }dd(111);
|
|
|
+ }//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());
|