chenbo 4 år sedan
förälder
incheckning
642e0d6ce3
1 ändrade filer med 0 tillägg och 2 borttagningar
  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;
         }