{
"user_id": "接收方qq号,例如:123456789",
"message": [
{
"type": "图片消息类型,默认为:image",
"data": {
"file": "本地文件绝对路径,例如:C:/zhutu.png"
}
}
]
}curl --location --request POST 'http://localhost:3000/send_private_msg' \
--header 'Authorization: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "接收方qq号,例如:123456789",
"message": [
{
"type": "图片消息类型,默认为:image",
"data": {
"file": "本地文件绝对路径,例如:C:/zhutu.png"
}
}
]
}'{
"status": "string",
"retcode": 0,
"data": {
"message_id": 0
},
"message": "string",
"wording": "string",
"echo": "string",
"stream": "string"
}