This commit is contained in:
鲨鱼
2025-01-06 22:37:42 +08:00
parent 210af1344e
commit 040df36cd6

View File

@@ -83,8 +83,8 @@ public class PayTrdV7Service implements PayTrdService {
@Override @Override
public NotifyResp getNotifyResp(Map<String, String> sourceData) { public NotifyResp getNotifyResp(Map<String, String> sourceData) {
String mchOrderNo = sourceData.get("order_no"); // 第三方订单号 String mchOrderNo = sourceData.get("merchant_order_no");
String payOrderId = sourceData.get("merchant_order_no"); // 商户订单号 String payOrderId = sourceData.get("order_no");
String status = sourceData.get("status"); String status = sourceData.get("status");
NotifyResp resp = new NotifyResp(); NotifyResp resp = new NotifyResp();
resp.setOrderNo(mchOrderNo); resp.setOrderNo(mchOrderNo);