1 Star 0 Fork 163

dzw1113/ddd-message

forked from 郑印/ddd-message 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
api-requests.http 537 Bytes
一键复制 编辑 原始数据 按行查看 历史
#发消息
POST http://localhost:8080/message
Content-Type: application/json; charset=UTF-8
{"sender":1,"receiver": 2,"content": "http://www.baidu.com"}
###
#撤回消息
POST http://localhost:8080/message/1/recall
Content-Type: application/json; charset=UTF-8
mock-user-id: 1
###
#未读消息
GET http://localhost:8080/unreadMessageTotal
Content-Type: application/json; charset=UTF-8
mock-user-id: 2
###
#往来消息消息
GET http://localhost:8080/contact/2/messages
Content-Type: application/json; charset=UTF-8
mock-user-id: 1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/dzw1113/ddd-message.git
git@gitee.com:dzw1113/ddd-message.git
dzw1113
ddd-message
ddd-message
master

搜索帮助