Commit 358d520d by 胡敬轩

支付回调svc流水字段payItems

parent 29458e15
......@@ -93,5 +93,5 @@ public class NewPaysuccessNoticeMessage {
/**
* 储值卡流水明细
*/
private List<SvcPayItem> svcPayItems;
private List<SvcPayItem> payItems;
}
......@@ -630,7 +630,7 @@ public class OrderServiceImpl implements Orderservice {
message.setRuleId(newMessage.getRuleId());
message.setSource(PaySuccessSource.OUTSIDE.getSource());
message.setThirdPartTradeNo(message.getThirdPartTradeNo());
message.setSvcPayItems(newMessage.getSvcPayItems());
message.setSvcPayItems(newMessage.getPayItems());
String res = orderAdapterService.paySuccessCallback(message);
JSONObject jsonObject = JSONObject.parseObject(res);
if (jsonObject.containsKey("code")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment