weixin://dl/business/?ticket=如何生成?

weixin://dl/business/?ticket=t7dd5590222a95ba258fceb5aa230a79f像这种ticket我已经拿到,确实只有这种大的合作单位才可以

拿到,一般人拿不到的,现已拿到其方法,我现在可以从外部链接跳入微信指定到任意公众号关注页面,

 
  1. <script>

  2. if(!/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent) && / baiduboxapp/i.test(navigator.userAgent)){

  3. 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');

  4. }else{

  5. window.location.replace('weixin://dl/business/?ticket=tbc3944557c48f8763962742d#wechat_redirect');

  6. }

  7. setTimeout(function(){document.getElementById("loading").style.display="none";},3000);

  8. </script>

微信跳转链接自助平台:http://vip.wxticket.com/

猜你喜欢

转载自blog.csdn.net/qq_38482372/article/details/82960140
DL