メッセージを送信したいので、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 レスポンス no content. しかし、私がメッセージを受け取ったとき
curl -X GET --header 'Accept: application/json' 'http://localhost:8088/api/messages/admin%40localhost'
status = 200 および body=[] (メッセージなし)。admin と maituanmte を交換していますが、結果は同じです。
私を助けてください。ありがとう