我想发送一条消息并调用 api。
curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{"caller":"maituanmte%40localhost","to":"admin%40localhost","body": "Hi all"}' 'http://localhost:8088/api/messages'
status=204 和 body 响应没有内容。但是当我收到消息时
curl -X GET --header 'Accept: application/json' 'http://localhost:8088/api/messages/admin%40localhost'
然后 status = 200 和 body=[] (没有消息)。我有交换管理员和 maituanmte 但结果相同。
请帮我。谢谢