瀏覽代碼

增加是否会员

ZxcZxc123 1 年之前
父節點
當前提交
64e0f9de7e
共有 1 個文件被更改,包括 0 次插入2 次删除
  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']))