问题描述
我使用Rest API创建一个Firebase动态链接,如下所示
const parametersexample = {
longDynamicLink:
"https://karthickdltest.page.link/?link=https://www.example.com/openinapp/articledetail?articleId=1234567890&apn=com.example.app&ofl=https://www.google.com/",suffix: {
option: "UNGUESSABLE",},};
URL中传递的文章ID为1234567890
调用API后,我将长网址放在这样的网站中
<a href="https://karthickdltest.page.link/?link=https://www.example.com/openinapp/articledetail?articleId=1234567890&apn=com.example.app&ofl=https://www.google.com/"
>Open Page:1234567890</a>
它正在工作,没问题,但是当我将商品ID设为123时,它也正在工作,不知道为什么
<a href="https://karthickdltest.page.link/?link=https://www.example.com/openinapp/articledetail?articleId=123&apn=com.example.app&ofl=https://www.google.com/"
>Open Page:123</a>
它不起作用
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)