Forráskód Böngészése

增加是否会员

ZxcZxc123 1 éve
szülő
commit
64e0f9de7e
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      app/api/controller/wechat/WechatController.php

+ 0 - 2
app/api/controller/wechat/WechatController.php

@@ -65,8 +65,6 @@ class WechatController
         } catch (\Exception $e) {
             return app('json')->fail('授权失败', ['message' => $e->getMessage(), 'line' => $e->getLine()]);
         }
-        var_dump('123456');
-        var_dump($wechatInfo);
         if (!isset($wechatInfo['nickname'])) {
             $wechatInfo = WechatService::getUserInfo($wechatInfo['openid']);
             if (!$wechatInfo['subscribe'] && !isset($wechatInfo['nickname']))