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