yingzi 2 years ago
parent
commit
f1055dc6d2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/api/controller/Login.php

+ 0 - 1
app/api/controller/Login.php

@@ -56,7 +56,6 @@ class Login extends BaseController
         }
         $weixinA = new weixina();
         $data=$weixinA->auth_code2Session($code);//新版
-        var_dump($data);
         if(empty($data) || empty($data['openid'])) {
             return app('json')->fail("微信授权登录失败,关闭页面重新授权".$weixinA->error);
         }