收藏
回答

通过H5中UrlSchema链接跳转小程序,怎么收费?

文档中描述,长期有效的schema最多有10万个。是能跳转10万次么? 如果是的话,跳转10万次以后如何收费呢?

回答关注问题邀请回答
收藏

2 个回答

  • 黑积科技
    黑积科技
    2021-05-30
    可以参考代码外部跳转微信,参考代码:<script type="text/javascript">
     /**
      * h5跳转到微信端打开任意站
      *
      * http://www.jumpwx.com/
      * 
      **/
     //函数名为wxticket
      window.onload=function runoob(){
        
      // alert("进来了");
       location.href ="http://mmbizurl.net.cn/EV2Gi";
    location.href ="weixin://dl/business/?t=xxxxx";
      }
    
    </script>
    


    2021-05-30
    有用
    回复
  • Cjiang
    Cjiang
    2021-04-22

    不收费,先自行参考文档接入”URL Scheme打开小程序“https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/url-scheme.html

    2021-04-22
    有用
    回复
登录 后发表内容
问题标签