Home > Backend Development > PHP Tutorial > 微信浏览器中使用支付宝支付接口

微信浏览器中使用支付宝支付接口

WBOY
Release: 2016-06-06 20:25:30
Original
1726 people have browsed it

微信浏览器中使用支付宝支付接口

如图,微信浏览器中使用支付宝的支付服务出现的页面,此时通过右上角浏览器中的【在safaari中打开】也是这个页面,而这个url复制后因为被转义了(&变为& ¬ify_url中的‘¬’被转义成一个奇怪字符),浏览器中调用接口报参数错误,如果手动修改url把转义的字符去掉则调用成功。这种情况有什么较好办法解决。

回复内容:

微信浏览器中使用支付宝支付接口

如图,微信浏览器中使用支付宝的支付服务出现的页面,此时通过右上角浏览器中的【在safaari中打开】也是这个页面,而这个url复制后因为被转义了(&变为& ¬ify_url中的‘¬’被转义成一个奇怪字符),浏览器中调用接口报参数错误,如果手动修改url把转义的字符去掉则调用成功。这种情况有什么较好办法解决。

自行判断微信内使用支付宝支付,自定义提示

1.判断user-agent,若在微信就提示到外部浏览器打开,然后再生成付款URL;
2.使用iframe,将付款跳转的URL嵌套在里面

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template