支付返回订单 id

This commit is contained in:
gong
2025-12-19 17:00:40 +08:00
parent be40c1e273
commit 2338c0f5cb

View File

@@ -82,6 +82,7 @@ public class UPpOrderController {
}
Map<String, Object> resultMap = new HashMap<>(1);
resultMap.put("payInfo", mapCzgResult.getData());
resultMap.put("record", detail.getId());
result.setData(resultMap);
PpPackageOrder order = ppPackageOrderService.getById(param.getRecordId());