Commit b60df8e3 authored by jiaorz's avatar jiaorz

Merge branch 'feature-delay-add' into dev

parents dabc742e e6835b7a
...@@ -65,4 +65,10 @@ public class MsgController { ...@@ -65,4 +65,10 @@ public class MsgController {
public ObjectRestResponse getHostMsgList(String messageId, Integer number) { public ObjectRestResponse getHostMsgList(String messageId, Integer number) {
return msgBiz.getHotMsgListWithoutOne(messageId, number); return msgBiz.getHotMsgListWithoutOne(messageId, number);
} }
@GetMapping(value = "/app/unauth/get")
public ObjectRestResponse getDetail(String id) {
return msgBiz.get(id);
}
} }
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