[fix]增加提现日志
This commit is contained in:
parent
f33323af44
commit
efb510e448
@ -79,6 +79,7 @@ public class WithdrawServiceImpl extends ServiceImpl<WithdrawMapper, Withdraw> i
|
|||||||
try{
|
try{
|
||||||
wxPayService.initiateBatchTransferNew(buildWechatPayParam(withdraw));
|
wxPayService.initiateBatchTransferNew(buildWechatPayParam(withdraw));
|
||||||
}catch (ServiceException e){
|
}catch (ServiceException e){
|
||||||
|
log.error(e.getMessage());
|
||||||
//提现失败
|
//提现失败
|
||||||
//发送通知
|
//发送通知
|
||||||
MqUtil.sendIMMessage(buildMessage(withdraw,MessageActionEnum.ORDER_WITHDRAW_AUDIT));
|
MqUtil.sendIMMessage(buildMessage(withdraw,MessageActionEnum.ORDER_WITHDRAW_AUDIT));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user