{
"group_id": 1232456,
"messages": [
{
"type": "node",
"data": {
"user_id": 925236771,
"nickname": "达艳",
"content": [
{
"type": "text",
"data": {
"text": "适配 DeepSeek 官方 API 和 Vocu 的 tss"
}
}
],
}
}
],
"news": [
{
"text": "奇怪"
}
],
"prompt": "123",
"summary": "123",
"source": "123"
}
curl --location --request POST '/send_forward_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 1232456,
"messages": [
{
"type": "node",
"data": {
"user_id": 925236771,
"nickname": "达艳",
"content": [
{
"type": "text",
"data": {
"text": "适配 DeepSeek 官方 API 和 Vocu 的 tss"
}
}
],
}
}
],
"news": [
{
"text": "奇怪"
}
],
"prompt": "123",
"summary": "123",
"source": "123"
}'
{
"status": "ok",
"retcode": 0,
"data": {},
"message": "string",
"wording": "string",
"echo": "string"
}