| xqd
@@ -713,7 +713,7 @@ class AlbumController extends Controller
|
|
|
$query = AlbumWatchRecord::where([['agent_id',$user_agent->id],['store_id',$store_id]]);
|
|
|
switch ($type){
|
|
|
case '1':
|
|
|
- if(!$request->input('user_id')) return $this->error(ErrorCode::CLIENT_WRONG_PARAMS, '传入参数不正确!');
|
|
|
+ if(!$request->input('user_id')) return $this->error(ErrorCode::CLIENT_WRONG_PARAMS, '传入参数不正确!');dd(111);
|
|
|
$query = $query->where([['user_id',$request->input('user_id')]]);
|
|
|
break;
|
|
|
case '2':
|