瀏覽代碼

测试代码

chenbo 4 年之前
父節點
當前提交
cfedf5bccc
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;
         }