Commit 0a054da8 by 段启岩

更新消息接口

parent b61fce76
......@@ -78,7 +78,7 @@ public class MessageApi {
}
@ApiOperation("删除所有消息")
@DeleteMapping("/message")
@DeleteMapping("/messages")
public Response delAllMessage(@CurrentSubject Subject subject) {
messageService.deleteAllMessage((String) subject.getId());
......
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