Commit d54a1d8a by 裴大威

fix 替换为常量

parent c63ce39d
...@@ -493,7 +493,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz { ...@@ -493,7 +493,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
sb.append(dto.getContent()).append(":").append(dto.getShortLinkUrl()).append("\n"); sb.append(dto.getContent()).append(":").append(dto.getShortLinkUrl()).append("\n");
} }
d.setContent(sb.toString()); d.setContent(sb.toString());
d.setReplyType(1); d.setReplyType(ReplyTypeEnum.TEXT.value);
SendWeixinRequestTools.sendKeywordMessage(d, robotId, weixinGroupId, ip, code); SendWeixinRequestTools.sendKeywordMessage(d, robotId, weixinGroupId, ip, code);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment