123
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user