|
|
@@ -98,6 +98,8 @@ public class WxMsgValidationcodeServiceImpl implements WxMsgValidationcodeServic |
|
|
wxMsgValidationcodeMapper.insertSelective(wxMsgValidationcode); |
|
|
wxMsgValidationcodeMapper.insertSelective(wxMsgValidationcode); |
|
|
addMsgCallback(wxMsgValidationcode,batchNo); |
|
|
addMsgCallback(wxMsgValidationcode,batchNo); |
|
|
return new ResultData(Result.SUCCESS,"发送成功"); |
|
|
return new ResultData(Result.SUCCESS,"发送成功"); |
|
|
|
|
|
}else{ |
|
|
|
|
|
logger.error("短信运营商返回失败,手机号:{},返回信息:{}",phone,result); |
|
|
} |
|
|
} |
|
|
return new ResultData(ErrorCode.MSG_SEND_ERROR.getCode(),"发送失败"); |
|
|
return new ResultData(ErrorCode.MSG_SEND_ERROR.getCode(),"发送失败"); |
|
|
} |
|
|
} |
|
|
|