{ "type": "comment", "data": { "type": "comment", "username": "主人", "content": "你好" } }
curl --location --request POST 'http://127.0.0.1:8081/send' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": "comment", "data": { "type": "comment", "username": "主人", "content": "你好" } }'
{ "code": 0, "message": "string" }