liyiorg / weixin-popular

微信SDK JAVA (公众平台、开放平台、 商户平台、 服务商平台)
Apache License 2.0
2.5k stars 1.06k forks source link

生成统一支付,使用沙箱模式,返回沙箱验证签名失败,请确认沙箱签名key是否正确 #103

Closed jxs-xx closed 6 years ago

jxs-xx commented 7 years ago

调用PayMchJsServlet ,设置为sandbox模式,结果返回

liyiorg commented 7 years ago

@jxs-xx 官方已做 调整, weixin-popular 将在 2.8.13 版本中更新。 原 SANDBOXNEW_KEY 字段废弃。

使用 PayMchAPI.sandboxnewPayGetsignkey 获取 sandbox_signkey

liyiorg commented 7 years ago

2.8.13 已更新