weixin://dl/business/?ticket=xxx跳转到微信app内任意网址实现

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

猜你喜欢

转载自blog.csdn.net/qq_38454474/article/details/84529542