| xqd
@@ -1139,7 +1139,7 @@ class AlbumController extends Controller
|
|
|
*/
|
|
|
public function albumSavePhone(Request $request)
|
|
|
{
|
|
|
- $userAuth = Auth('api')->user();
|
|
|
+ /* $userAuth = Auth('api')->user();
|
|
|
if(!$userAuth) return $this->error(ErrorCode::CLIENT_WRONG_PARAMS, '未登录!');
|
|
|
$validator = Validator::make($request->all(), [
|
|
|
'store_id' => 'required',
|
| xqd
@@ -1154,7 +1154,7 @@ class AlbumController extends Controller
|
|
|
]);
|
|
|
if ($validator->fails()) {
|
|
|
return $this->error(ErrorCode::CLIENT_WRONG_PARAMS, '传入参数不正确!', $validator->messages());
|
|
|
- }
|
|
|
+ }*/
|
|
|
$config = [
|
|
|
'app_id' => $this->wechat_app->xyx_id,
|
|
|
'secret' => $this->wechat_app->xyx_secret,
|