Closed TonyLiuYan closed 1 month ago
微信支付v3版本,回调时返回成功的状态后,仍然会再次回调 代码如下:
@PostMapping("/wxpay/notify") public String notify(HttpServletRequest request) throws IOException, WxPayException { String xmlResult = IOUtils.toString(request.getInputStream(), request.getCharacterEncoding()); WxPayNotifyV3Result result = wxPayService.parseOrderNotifyV3Result(xmlResult,null); return WxPayNotifyV3Response.success("ok"); }
https://pay.weixin.qq.com/docs/merchant/apis/native-payment/payment-notice.html
简要描述
微信支付v3版本,回调时返回成功的状态后,仍然会再次回调 代码如下:
模块版本情况