zoujiajian 1 年之前
父節點
當前提交
4e3ee5ce16

+ 6 - 0
netflix-service/src/main/java/com/cyksj/service/pay/impl/AliPayCommonServiceImpl.java

@@ -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(),