支付返回订单 id
This commit is contained in:
@@ -82,6 +82,7 @@ public class UPpOrderController {
|
|||||||
}
|
}
|
||||||
Map<String, Object> resultMap = new HashMap<>(1);
|
Map<String, Object> resultMap = new HashMap<>(1);
|
||||||
resultMap.put("payInfo", mapCzgResult.getData());
|
resultMap.put("payInfo", mapCzgResult.getData());
|
||||||
|
resultMap.put("record", detail.getId());
|
||||||
result.setData(resultMap);
|
result.setData(resultMap);
|
||||||
|
|
||||||
PpPackageOrder order = ppPackageOrderService.getById(param.getRecordId());
|
PpPackageOrder order = ppPackageOrderService.getById(param.getRecordId());
|
||||||
|
|||||||
Reference in New Issue
Block a user