send_msg
POST
/send_msg
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/send_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"message_type": "private", //group | private
"group_id": "480972475",
"user_id": "480972475", // type为group时不填写
"message": [
{
"type": "text",
"data": {
"text": "用面才务。定比眼表县。写单写加很研科。打王运土照。化知金步家你龙。全展标新。"
}
}
]
}'
响应示例响应示例
{
"status": "ok",
"retcode": 0,
"data": {
"message_id": 0
},
"message": "string",
"wording": "string",
"echo": "string"
}
请求参数
Body 参数application/json