mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-10 23:47:44 +08:00
增加预订单回调处理,用于扩展信息
This commit is contained in:
@@ -153,7 +153,7 @@ public class AliPayService extends BasePayService<AliPayConfigStorage> {
|
||||
@Override
|
||||
public Map<String, Object> orderInfo(PayOrder order) {
|
||||
|
||||
Map<String, Object> orderInfo = getOrder(order);
|
||||
Map<String, Object> orderInfo = getOrder(order);
|
||||
|
||||
String sign = null;
|
||||
if (AliTransactionType.APP == order.getTransactionType() ){
|
||||
@@ -233,7 +233,7 @@ public class AliPayService extends BasePayService<AliPayConfigStorage> {
|
||||
// 支付宝处理完请求后,当前页面跳转到商户指定页面的路径,可空
|
||||
orderInfo.put("return_url", payConfigStorage.getReturnUrl());
|
||||
|
||||
return orderInfo;
|
||||
return preOrderHandler(orderInfo, order);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user