-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信名片的长链接转换为短链接之后本来应该跳转对应名片地址,却变成了微信官网 #2
Comments
发个有问题的长链接 |
微信客户端大概对这种链接做特殊识别了,直接内置跳转到名片,短链接后当作普通链接处理了,也就是重定向后才会得到原链接,那微信没对这种情况处理的话大概是无解 |
连QQ的转成短链接都没有问题,唯独微信,独一家 |
但是既然都是扫二维码了,为什么还要生成短链接呢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当我将微信名片的长链接转短链接之后,将这个短链接生成二维码然后去扫,跳转过去是微信官网,而我原来长链接生成的二维码扫一扫可以直接跳转微信名片,请问这个问题能解决吗
The text was updated successfully, but these errors were encountered: