dyjh 6 years ago
parent
commit
bccdb27fb2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Api/V1/AlbumController.php

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

xqd
@@ -1168,7 +1168,7 @@ class AlbumController extends Controller
 
         $app = Factory::miniProgram($config);
         $res = $app->auth->session($request->input('code'));
-        // dd($res);
+         dd($res);
         if (!$res || empty($res['openid'])) {
             return $this->error(ErrorCode::CLIENT_WRONG_PARAMS, '获取用户OpenId失败!', $validator->messages());
         }