WxJava icon indicating copy to clipboard operation
WxJava copied to clipboard

支付回调结果解析报错

Open raymondZhong opened this issue 3 months ago • 0 comments

支付回调结果解析报错

SpringBoot 3.4.2

模块版本情况

  • WxJava 模块名: 微信支付
  • WxJava 版本号: 4.7.7.B

public synchronized Result notify(@PathVariable Long barberOrderId,@RequestBody String notifyData) { try{ final WxPayOrderNotifyResult notifyResult = wxPayService.parseOrderNotifyResult(notifyData); }catch{.....}

}

Image

@binarywang

raymondZhong avatar Sep 07 '25 16:09 raymondZhong