|
|
@@ -106,6 +106,7 @@ public class WxMsgValidationcodeServiceImpl implements WxMsgValidationcodeServic |
|
|
//给发起人发送驳回消息 |
|
|
//给发起人发送驳回消息 |
|
|
Map<String,String> msgReplaceMap = new HashedMap(); |
|
|
Map<String,String> msgReplaceMap = new HashedMap(); |
|
|
msgReplaceMap.put("s6",String.valueOf(code)); |
|
|
msgReplaceMap.put("s6",String.valueOf(code)); |
|
|
|
|
|
msgReplaceMap.put("code",String.valueOf(code)); |
|
|
WxMsgRecord wxMsgRecord = new WxMsgRecord(); |
|
|
WxMsgRecord wxMsgRecord = new WxMsgRecord(); |
|
|
wxMsgRecord.setMsgType(EnumMsgRecordType.SMS.getCode()); |
|
|
wxMsgRecord.setMsgType(EnumMsgRecordType.SMS.getCode()); |
|
|
wxMsgRecord.setModelType(EnumMsgModel.VALIDATION_CODE.getCode()); |
|
|
wxMsgRecord.setModelType(EnumMsgModel.VALIDATION_CODE.getCode()); |
|
|
|