发送消息
开发中
POST
https://wl.baici.tech/wx/{wxid}/api/messages
TextMessageContent
text
string
文本消息内容
aters
string
可选
atall
boolean
是否@所有人
ImageMessageContent
url
string
必需
ImageMessageContent
url
string
必需
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://wl.baici.tech/wx//api/messages' \
--header 'Content-Type: application/json' \
--header 'WechatLensUUID;' \
--data-raw '{
"receiver_id": "string",
"type": "text",
"content": "string",
"uuid": "string"
}'
响应示例响应示例
{}
请求参数
Path 参数
wxid
string
必需
Body 参数application/json