weixin://dl/business/?ticket=xxx跳转到微信内随便页面

weixin://dl/business/?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&params=%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>

 

 

上面这段代码怎么生成的,求解决方法~~~

weixin://dl/business/?ticket=xxx跳转到微信内随便页面

上一篇:PHP 微信分享页面(图文)


下一篇:js导入导出方式