Commit 8bcc8834 by xiaoer.li@freemud.com

fix:调整支付返回参数

parent 4e49230a
...@@ -3530,8 +3530,8 @@ public class OrderAdapter { ...@@ -3530,8 +3530,8 @@ public class OrderAdapter {
orderPayDto.setPartner_id(createPrepayRequestDto.getPartnerId()); orderPayDto.setPartner_id(createPrepayRequestDto.getPartnerId());
orderPayDto.setBody(paymentRequest.getPrincipalName()); orderPayDto.setBody(paymentRequest.getPrincipalName());
orderPayDto.setNotify_url(paymentRequest.getReverseNotifyiDcUrl()); orderPayDto.setNotify_url(paymentRequest.getReverseNotifyiDcUrl());
//orderPayDto.setStore_id(createPrepayRequestDto.getStoreId()); orderPayDto.setStore_id(createPrepayRequestDto.getStoreId());
orderPayDto.setStore_id("999999998"); //orderPayDto.setStore_id("999999998");
orderPayDto.setOpen_id(paymentRequest.getOpenId()); orderPayDto.setOpen_id(paymentRequest.getOpenId());
String businessDate = com.freemud.application.sdk.api.util.DateUtil.convert2String(new Date(), "yyyyMMdd"); String businessDate = com.freemud.application.sdk.api.util.DateUtil.convert2String(new Date(), "yyyyMMdd");
orderPayDto.setBusiness_date(businessDate); orderPayDto.setBusiness_date(businessDate);
......
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