记得上下班打卡 | git大法好,push需谨慎

Commit cddbb989 authored by 胡佳晨's avatar 胡佳晨

取消 dragon的改动

parent b8588fc8
...@@ -59,6 +59,9 @@ public class GoblinStoreOrderServiceImpl implements IGoblinStoreOrderService { ...@@ -59,6 +59,9 @@ public class GoblinStoreOrderServiceImpl implements IGoblinStoreOrderService {
private String refundApply; private String refundApply;
@Value("${liquidnet.service.dragon.urls.refundResult}") @Value("${liquidnet.service.dragon.urls.refundResult}")
private String refundApplyCallBack; private String refundApplyCallBack;
@Value("${liquidnet.service.order.url-pay.goblinRefundUrl}")
private String goblinRefundUrl;
@Override @Override
public ResponseDto<PageInfo<GoblinStoreOrderListVo>> orderList(Integer page, String orderCode, Integer type, String cst, String cet, String expressContacts, String phone, Integer status) { public ResponseDto<PageInfo<GoblinStoreOrderListVo>> orderList(Integer page, String orderCode, Integer type, String cst, String cet, String expressContacts, String phone, Integer status) {
...@@ -724,7 +727,7 @@ public class GoblinStoreOrderServiceImpl implements IGoblinStoreOrderService { ...@@ -724,7 +727,7 @@ public class GoblinStoreOrderServiceImpl implements IGoblinStoreOrderService {
private String alipayCallBack(GoblinStoreOrderVo orderVo, String refundCode) { private String alipayCallBack(GoblinStoreOrderVo orderVo, String refundCode) {
MultiValueMap<String, String> params = CollectionUtil.linkedMultiValueMapStringString(); MultiValueMap<String, String> params = CollectionUtil.linkedMultiValueMapStringString();
params.add("callBackUrl", orderVo.getPayCode()); params.add("callBackUrl", goblinRefundUrl);
params.add("orderCode", orderVo.getMasterOrderCode()); params.add("orderCode", orderVo.getMasterOrderCode());
params.add("orderRefundCode", refundCode); params.add("orderRefundCode", refundCode);
params.add("paymentId", orderVo.getPaymentId()); params.add("paymentId", orderVo.getPaymentId());
......
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