mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-07 19:46:15 +08:00
提供支付订单直接设置异步回调地址
This commit is contained in:
@@ -213,8 +213,10 @@ public class AliPayService extends BasePayService<AliPayConfigStorage> implement
|
||||
return setSign(getOrder(order));
|
||||
}
|
||||
|
||||
private void setNotifyUrl(Map<String, Object> orderInfo, PayOrder order) {
|
||||
orderInfo.put(NOTIFY_URL, payConfigStorage.getNotifyUrl());
|
||||
private void setNotifyUrl(Map<String, Object> orderInfo, AssistOrder order) {
|
||||
// orderInfo.put(NOTIFY_URL, payConfigStorage.getNotifyUrl());
|
||||
OrderParaStructure.loadParameters(orderInfo, NOTIFY_URL, payConfigStorage.getNotifyUrl());
|
||||
OrderParaStructure.loadParameters(orderInfo, NOTIFY_URL, order.getNotifyUrl());
|
||||
OrderParaStructure.loadParameters(orderInfo, NOTIFY_URL, order);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user