Home > Backend Development > PHP Tutorial > 微信支付(ios)调用jsapi缺少参数$key0$?

微信支付(ios)调用jsapi缺少参数$key0$?

WBOY
Release: 2016-06-06 20:27:21
Original
1946 people have browsed it

是按照微信官网JSAPI v3版本的方式完成的微信支付,安卓手机上已实现支付,但在苹果手机上,支付时会出现缺少这个$key0$离奇的参数?求助啊求助!!!改$this->values['time_stamp'] = (string)$value;这一行之后并没有什么作用!

回复内容:

是按照微信官网JSAPI v3版本的方式完成的微信支付,安卓手机上已实现支付,但在苹果手机上,支付时会出现缺少这个$key0$离奇的参数?求助啊求助!!!改$this->values['time_stamp'] = (string)$value;这一行之后并没有什么作用!

微信支付配置很麻烦,每个细节都有可能出错,检查一下你的 大小写,sign 签名。

https://github.com/thenbsp/wechat

建议贴出来详细报错页面和调试输出的报错信息

这个问题我也遇到过,不过我是jssdk拉起,是忘记配置 wx.config的原因

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