Commit e6835b7a authored by jiaorz's avatar jiaorz

新增获取视频列表

parent 4b89704d
......@@ -65,4 +65,10 @@ public class MsgController {
public ObjectRestResponse getHostMsgList(String messageId, Integer 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