You've already forked FrameTour-BE
添加支付异常提示
This commit is contained in:
@ -82,6 +82,7 @@ public class WxPayServiceImpl implements WxPayService {
|
|||||||
paymentParams.put("needPay", !order.isSkipPay());
|
paymentParams.put("needPay", !order.isSkipPay());
|
||||||
return paymentParams;
|
return paymentParams;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
log.error("[微信支付]createOrder error", e);
|
||||||
throw new AppException(BizCodeEnum.ADVANCE_PAYMENT_FAILED, e.toString());
|
throw new AppException(BizCodeEnum.ADVANCE_PAYMENT_FAILED, e.toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user