ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯系官方銷售客服

1835022288

028-61286886

投訴 已解決 如何寫微信登錄后,跳轉地址到當前頁面 3 0
會英商務(不懂技術) SVIP會員 OEM版權 2022-02-21 15:07:49 私信
迅睿CMS版本:4.5.4 懸賞:3元 #微信系統
插件名稱 微信系統 V5.40
插件作者 迅睿官方團隊
最近更新 2024-12-10 14:37:10
模塊內容列表移除客服群發
修復關鍵詞回復時命中不顯示結果的問題

想修改微信登錄后的跳轉地址到當前頁面應該如何寫,還請各位大佬幫忙指導一下,這是后臺目前的跳轉設定

// 登錄跳轉
class Go extends \Phpcmf\Common {

    // 從微信菜單中進入授權
    public function index() {

        $url = (!$this->is_mobile ? SITE_URL : SITE_MURL).'index.php?s=weixin&c=member&m=login';
        if ($_GET['url']) {
            $burl = urlencode($_GET['url']);
        } else {
            $burl = urlencode((!$this->is_mobile ? SITE_URL : SITE_MURL).'index.php?s=member');
        }
        dr_redirect('https://open.weixin.qq.com/connect/oauth2/authorize?appid='.$this->weixin['account']['appid'].'&redirect_uri='.urlencode($url).'&response_type=code&scope=snsapi_userinfo&state='.($burl).'#wechat_redirect');
    }

}


插件版權:官方插件
插件名稱:微信系統

解決方案