修复退款失败,但提示操作成功,现返回退款失败原因

This commit is contained in:
LionCity
2020-06-04 10:30:23 +08:00
parent 55c1ac9771
commit 386c3a2524

View File

@ -486,6 +486,7 @@ public class YxStoreOrderServiceImpl extends BaseServiceImpl<StoreOrderMapper, Y
} catch (WxPayException e) {
log.info("refund-error:{}",e.getMessage());
throw new BadRequestException("退款失败:" + e.getMessage());
}
}