|
|
|
@@ -143,7 +143,7 @@ public class WxMallApplyServiceImpl implements WxMallApplyService { |
|
|
|
wxMsgRecord.setMsgType(EnumMsgRecordType.SMS.getCode()); |
|
|
|
wxMsgRecord.setModelType(wxMsgValidationcode.getType()); |
|
|
|
wxMsgRecord.setReceiver(wxMsgValidationcode.getPhone()); |
|
|
|
wxMsgRecord.setTenantId(wxMsgValidationcode.getTenantId()); |
|
|
|
wxMsgRecord.updateTenantInfo(wxMsgValidationcode); |
|
|
|
Map<String,String> map = new HashedMap(); |
|
|
|
map.put("s6",String.valueOf(code)); |
|
|
|
wxMsgRecord.setDynamicContentMap(map); |
|
|
|
|