chenbo 4 år sedan
förälder
incheckning
cfedf5bccc
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      lib/common/weixin_public.class.php

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

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