Commit b61fce76 by 段启岩

更新消息接口

parent aa83b3c1
......@@ -64,7 +64,7 @@ public class MessageApi {
return Response.success(messagePageDTO);
}
@ApiOperation("删除消息")
@ApiOperation("消息详情")
@GetMapping("/message/{messageId}")
public Response getTopic(@PathVariable("messageId") String messageId) {
try {
......
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