Authorization: Bearer ********************
{
"message_id": "string"
}
curl --location --request POST 'http://127.0.0.1:3000/get_forward_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"message_id": "string"
}'
{
"status": "ok",
"retcode": 0,
"data": {
"messages": [
{
"content": [
{
"type": "text",
"data": {
"text": "请输入正确的身高(cm)和体重(斤),如:bmi 175 145。"
}
}
],
"sender": {
"nickname": "喵了6个咪",
"user_id": 1094950020
},
"time": 1729669148,
"message_format": "array",
"message_type": "group"
}
]
},
"message": "",
"wording": ""
}