fix: 微信支付,接口bug修复。

This commit is contained in:
tianyongbao
2026-01-19 14:16:33 +08:00
parent 063579f8e3
commit 3fc42ac5b9
4 changed files with 7 additions and 4 deletions

View File

@@ -216,7 +216,8 @@ public class WeixinController extends BaseController {
openId,
request.getPayId(),
request.getListDeviceId(),
request.getJsCode()
request.getJsCode(),
wxPayNotifyProperties.getNotifyUrl()
);
if (orderId == null || orderId <= 0) {