-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Open
Description
支付回调结果解析报错
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{.....}
}

Metadata
Metadata
Assignees
Labels
No labels