瀏覽代碼

修改bug

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