发送短信
This commit is contained in:
@@ -104,6 +104,8 @@ public class BankServiceImpl extends LineFlowService implements BankService {
|
|||||||
auditInfo.setCertifyFile(JSONObject.toJSONString(request.getCertifyFile()));
|
auditInfo.setCertifyFile(JSONObject.toJSONString(request.getCertifyFile()));
|
||||||
Long auditId = lineAuditInfoDAO.addAuditInfo(auditInfo);
|
Long auditId = lineAuditInfoDAO.addAuditInfo(auditInfo);
|
||||||
linePayMapper.updateByPidAndLid(request.getLineId(),lineInfo.getPartnerId(),auditId);
|
linePayMapper.updateByPidAndLid(request.getLineId(),lineInfo.getPartnerId(),auditId);
|
||||||
|
//发送短信
|
||||||
|
commonService.sendSms(lineInfo.getMobile(), SMSMsgEnum.INTENTION_PAYMENT_FAIL, null);
|
||||||
|
|
||||||
return Boolean.TRUE;
|
return Boolean.TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user