-
Notifications
You must be signed in to change notification settings - Fork 901
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
payjs支付生成二维码出错 404 #151
Comments
可以将 header('location: /qrcode/pay/' . $sp178dbe . '/payjs/' . base64_encode($spa8b001['code_url'])); 修改为 header('Location: /qrcode/pay/' . $sp178dbe . '/payjs?url=' . urlencode($spa8b001['code_url'])); |
可以扫码支付了 但是页面请求查询这个接口 /api/qrcode/query/payjs 报错支付方式错误 |
新版本已经修复此BUG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
支付模式 native
支付页面 x.com/qrcode/pay/20191126112738w6tdQ/payjs/d2VpeGluOi8vd3hwYXkvYml6cGF5dXJsP3ByPUI0djdYVWo=
支付页面报错 404
/qrcode/pay/20191126112738w6tdQ/payjs 这个页面是正常的
看了下 调用的方法里面 最后一个参数是模板页
但是payjs支付接口最后一个参数是生成二维码的
payjs生成订单是正确的
The text was updated successfully, but these errors were encountered: