-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
微信支付下单错误 #376
Comments
配置里的: 'app_id' => '', // AppID
'secret' => '', // AppSecret
还有
'payment' => [
'merchant_id' => '',
'key' => '', 项目代码是空的还是你在 issue 里留空的? |
我去除了。。。 |
我发现新版本,代码提示太不好了 |
你确定上面我提到的部分都是正确的? |
我认真核对很多次了 |
@Liv1020 你的notify_url呢? |
写了,我给的那些参数都写了,只不过我去除了 |
@Liv1020 你的wechat 具体版本是多少? composer info overtrue/wechat |
果然微信api是最垃圾的,openid没发现要必传。我回去试试。麻烦你了 |
再找找原因吧,他们的文档坑多着呢 |
好的,麻烦你了。 |
请问我也遇到这个问题搞2天了。 |
这个确实签名不行 |
@huijimuhe 用的2.0? |
2.1 |
@huijimuhe 建议用 3 |
我用的3也是一样的 |
@Liv1020 因为群里有人已经把支付做好了,下单什么的也都OK了,因为我也没有相关项目,所以我也无法知道这个出现的原因。所以只能靠你们去尝试检查参数的结构来确认问题了。 |
@Liv1020 请问你解决没有 ? |
@huijimuhe 我自己签名倒是可以,我也不知道,都一样的 |
@Liv1020 @huijimuhe 更新到 3.0.15 看看 #402 |
我来学习一下 |
3.0.18 也碰到签名错误的问题 |
key这个参数 请问如何签名呢? |
@samplecms 提问请带上下文及必要细节,节省大家时间,谢谢! |
支付sdk未发现问题,我用着很好,一切顺畅,从未出过错误。 |
我也是哎,统一下单签名错误,试了跟微信工具的签名比较了,一样的。 版本:3.3.15 |
我用的环境
PHP 版本:php5.6
overtrue/wechat 版本:3.0
问题及现象
The text was updated successfully, but these errors were encountered: