Browse Source

测试代码

chenbo 4 years ago
parent
commit
cfedf5bccc
1 changed files with 2 additions and 0 deletions
  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;
         }