|
|
@@ -408,12 +408,6 @@ public class AliPayCommonServiceImpl implements AliPayCommonService {
|
|
|
//回调地址
|
|
|
String host = envCommonService.getNotifyHost();
|
|
|
String notifyUrl = String.format("%s%s", host, BaseZfbConfig.userMirrorOpenShopNotifyUrl);
|
|
|
- //是否在微信内支付 微信内支付宝支付后 支付宝回调页面不跳转
|
|
|
- Boolean isWx = Optional.ofNullable(re.getIsWx()).orElse(false);
|
|
|
- if (StrUtil.isEmpty(returnUrl)) {
|
|
|
- //默认跳转页
|
|
|
- returnUrl = String.format("%s%s", envCommonService.getDomain(), BaseZfbConfig.DEFAULT_URL);
|
|
|
- }
|
|
|
//退款后重新支付
|
|
|
if (orderDon.getStatus() == UserMirrorShopFeeOrderDon.Status.refund) {
|
|
|
orderDon.setOrderNo(SEQUENCE.nextId().toString());
|