|
|
@@ -152,6 +152,9 @@ public class AliPayCommonServiceImpl implements AliPayCommonService {
|
|
|
if (orderDonPost != null && OrderDonPost.Type.BaiDu == orderDonPost.getType()) {
|
|
|
is_bdPost = true;
|
|
|
}
|
|
|
+ if (StrUtil.isNotEmpty(returnUrl)) {
|
|
|
+ log.info("支付宝支付成功返回地址:{}", returnUrl);
|
|
|
+ }
|
|
|
//是否在微信内支付 微信内支付宝支付后 支付宝回调页面不跳转
|
|
|
Boolean isWx = Optional.ofNullable(re.getIsWx()).orElse(false);
|
|
|
if (ZfbProductCode.MOBILE_WEB.getProductCode().equals(productCode) && !isWx) {
|
|
|
@@ -165,6 +168,9 @@ public class AliPayCommonServiceImpl implements AliPayCommonService {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ if (StrUtil.isNotEmpty(returnUrl)) {
|
|
|
+ log.info("支付宝支付成功最终返回地址:{}", returnUrl);
|
|
|
+ }
|
|
|
AliPayParams aliPayParams = builderPayParams(orderDon.getId(),
|
|
|
orderDon.getOrderNo(),
|
|
|
orderDon.getShopId(),
|