Browse Source

修改bug

chenbo 4 years ago
parent
commit
642e0d6ce3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/common/weixin_public.class.php

+ 0 - 2
lib/common/weixin_public.class.php

@@ -55,8 +55,6 @@ class weixin_public
     {
         $info = self::getAcessTokenAndOpenId($code);
 
-        return $info;
-
         if (empty($info['access_token']) || empty($info['openid'])) {
             return $info;
         }