|
|
@@ -133,7 +133,7 @@ public class WithdrawPlugin implements Withdraw{
|
|
|
.feeChargeSide(transferRec.getFeeChargeSide())
|
|
|
.notifyUrl(callbackUrl(PaymentType.YEE_PAY_WITHDRAW.name()))
|
|
|
.build();
|
|
|
- transferOrderDto.setParentMerchantNo(yeePayConst.getPlatformServiceNo());
|
|
|
+ /*transferOrderDto.setParentMerchantNo(yeePayConst.getPlatformServiceNo());
|
|
|
YopResponse yopResponse = yeepaySaasService.transferOrder(transferOrderDto);
|
|
|
JSONObject res = JSON.parseObject(yopResponse.getStringResult());
|
|
|
if (!Objects.equals(res.getString("returnCode"), "UA00000")) {
|
|
|
@@ -155,9 +155,9 @@ public class WithdrawPlugin implements Withdraw{
|
|
|
default:
|
|
|
userPointWithdrawFail(transferRec, res);
|
|
|
break;
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
- return R.data(res);
|
|
|
+ return R.data(null);
|
|
|
}
|
|
|
|
|
|
/**
|