1. 程式人生 > >weixin://dl/business/?ticket=xxx跳轉到微信內任意網址實現

weixin://dl/business/?ticket=xxx跳轉到微信內任意網址實現

weixin://dl/business/?ticket=t7dd5590222a95ba258fceb5aa230a79f像這種ticket我已經拿到,確實只有這種大的合作單位才可以

拿到,一般人拿不到的,現已拿到其方法,我現在可以從外部連結跳入微信指定到任意公眾號關注頁面,

<script>  
            if(!/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent) && / baiduboxapp/i.test(navigator.userAgent)){  
                window.location.replace('bdbox://utils?action=sendIntent&minver=7.4¶ms=%7B%22intent%22%3A%22weixin%3A%2F%2Fdl%2Fbusiness%2F%3Fticket%3D44545452742d%23wechat_redirect%23Intent%3Bend%22%7D');  
            }else{  
                window.location.replace('weixin://dl/business/?ticket=tbc3944557c48f8763962742d#wechat_redirect');  
            }  
            setTimeout(function(){document.getElementById("loading").style.display="none";},3000);  
      </script>  


微信跳轉連結自助平臺:http://www.wxticket.com/

微信跳轉頁面weixin://dl/business/?ticket=跳轉到微信瀏覽器開啟跳轉到微信內建瀏覽器可以了!!!有朋友要獲取詳細解決方案,微信跳轉連結自助平臺:http://www.wxticket.com/