|
|
|
@ -237,7 +237,7 @@ public class MessageServiceImpl implements MessageService { |
|
|
|
String templateId = ""; |
|
|
|
if(1 == formDto.getType()){//通知
|
|
|
|
templateId = WxSendMessageUtils.notice_template_id; |
|
|
|
}else if(1 == formDto.getType()){//话题
|
|
|
|
}else if(2 == formDto.getType()){//话题
|
|
|
|
templateId = WxSendMessageUtils.topic_template_id; |
|
|
|
}else{ |
|
|
|
throw new RenException("消息推送类型错误!"); |
|
|
|
|