微信支付退款通知信息解密


正常的解密:

https://www.jianshu.com/p/6d3259e88b80

我在解密的过程中一直说我需要解密的信息错误。

我从解密的数据无非想拿到我申请退款的订单编号和退款编号。这个使我们自己的。

于是我在回调地址上拼接了我需要的信息。让微信方通过路径给我反馈回来。

@ApiOperation(value = "微信支付异步通知")
    @RequestMapping(value = "/{orderNo}/{refundNo}/weixinRefundInfo", name = "异步通知", method = {RequestMethod.POST, RequestMethod.GET})
    @ResponseBody
    public String weixinRefundInfo(@PathVariable("orderNo") String orderNo,@PathVariable("refundNo") String refundNo) {}

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM