|
@@ -1879,7 +1879,7 @@ class AlbumController extends Controller
|
|
public function albumGetCustomer(Request $request)
|
|
public function albumGetCustomer(Request $request)
|
|
{
|
|
{
|
|
$userAuth = Auth('api')->user();
|
|
$userAuth = Auth('api')->user();
|
|
- if(!$userAuth) return $this->error(ErrorCode::CLIENT_WRONG_PARAMS, '未登录!');
|
|
|
|
|
|
+ // if(!$userAuth) return $this->error(ErrorCode::CLIENT_WRONG_PARAMS, '未登录!');
|
|
$validator = Validator::make($request->all(), [
|
|
$validator = Validator::make($request->all(), [
|
|
'store_id' => 'required',
|
|
'store_id' => 'required',
|
|
'open_id'=>'required'
|
|
'open_id'=>'required'
|