小程序生成短链后在短信中无法打开?

小程序 文章 2022-04-15 17:20 1831 0 全屏看文

AI助手支持GPT4.0

小程序生成短链后在短信中无法打开?Can't be opened in SMS after the applet generates a short chain?

小程序生成短链后在短信中无法打开?

具体场景(需求)是:将小程序生成短链,使用短信将短链发送给客户,客户点击短信中的短链访问小程序。

问题:

1.短信收到的是文本信息,不是链接,不能点击跳转;

2.收到的是链接,点击后提示:链接无法访问。(对不起,此链接已被其他用户访问,你无法访问)

The specific scenario (requirement) is: generate a short chain from the applet, send the short chain to the customer by SMS, and the customer clicks the short chain in the SMS to access the applet. Question: 1 The text message received is a text message, not a link. You can't click to jump; 2. You receive a link. After clicking, you will be prompted that the link cannot be accessed. (sorry, this link has been accessed by other users, you can't access it)

回答:

是闵by:
  1. 默认的 wx://开通的scheme协议是不会被安卓浏览器识别到的。至于你的ios也没识别到不知道为啥,建议将wx://开头的链接 转为https://可被识别的链接。
  2. https://b.qtshe.com/1DF43E 可自行实现这样的功能。


拾忆:

最好是自己做个H5,用户访问的时候去生成最新的短链

短链调整参考官方公告:https://developers.weixin.qq.com/community/develop/doc/000aeab88a4ea0c5c89d81fde5b801?blockType=1

恒:谢谢,收到~  麻烦再追问一句:如果要实现在短信中多人(100w+)点击短链访问小程序,是不是只能使用类似“爱短链”这种三方短链生成工具实现?
恒:可以通过系统开发来实现这个场景吗
拾忆:第三方工具不清楚,不管用什么方式,也都是基于官方的API进行的。
官方的规则重点是每个小程序每天最多50W,有效期最长是30天,所以你也可以利用此规则,提前生成足够多的短链给访客使用提前生成的链接达到最大限度的用量。

-EOF-

AI助手支持GPT4.0