|
|
|
@@ -222,7 +222,7 @@ public class WxCashOutAdapterService implements CashOutAdapterService{ |
|
|
|
response = WxPay.merchantTranferChange(payService,generateWxCashOutPV3(payAccount, cAppInfo, cashOut)); |
|
|
|
} catch (Exception e) { |
|
|
|
log.error("零钱支付异常: " + e.getMessage(),e); |
|
|
|
return new CashOutAdapterResult(false, EnumCashOutStatus.FAIL.getCode(), "微信零钱支付接口调用异常", null); |
|
|
|
return new CashOutAdapterResult(false, EnumCashOutStatus.FAIL.getCode(), "微信零钱支付接口调用异常."+e.getMessage(), null); |
|
|
|
} |
|
|
|
//log.info("微信零钱支付:" + wxCashOutP.toString() +", response: " + response.toString()); |
|
|
|
return getReusltFromp(response,cashOut); |
|
|
|
|