{
"method": "/msg/sendText",
"params": {
"guid": "{{guid}}",
"content": "你好,这是你第一条企业微信消息",
"toId": "168****768657", //用户userid,或群id
"isNoNeedRead": true
}
}curl --location --request POST 'http://manager.qiweapi.com/qiwe/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/sendText",
"params": {
"guid": "",
"content": "你好,这是你第一条企业微信消息",
"toId": "168****768657", //用户userid,或群id
"isNoNeedRead": true
}
}'{
"code": 0,
"data": {
"isSendSuccess": 1,
"msgServerId": 1000888,
"msgType": 2,
"msgUniqueIdentifier": "Gef7kslP7****==",
"seq": 4649777,
"timestamp": 1758349925
},
"msg": "成功"
}