-
-
Notifications
You must be signed in to change notification settings - Fork 478
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
退款接口回调的时候报错, #21
Comments
经测试:发现是WxPayRefundNotifyResult类的fromXML方法中的51行, 我改为: 解析正常。。。。 |
有没有不依赖spring的解决办法?毕竟sdk不会引入spring依赖的 |
如果有时间可否帮忙调试下单元测试类: |
可以的,加了一个byte转Hex的函数
final String keyMd5String = new BigInteger(1, md5.digest()).toString(16).toLowerCase(); 用BigInteger方式转,始终有偷懒之嫌。。感谢你贡献的整套工具 |
我用了你的方法测试了下,得到的结果是一样的,你能否跑下我上面提到的单元测试看看? |
The text was updated successfully, but these errors were encountered: