{
"method": "/msg/sendText",
"params": {
"guid": "6f2752cf-e611-4ba6-ba76-8db0bd555ee4",
"content": "你好,这是你第一条企业微信消息!",
"toId": "7881301004995031",
"isNoNeedRead": true
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/msg/sendText",
"params": {
"guid": "6f2752cf-e611-4ba6-ba76-8db0bd555ee4",
"content": "你好,这是你第一条企业微信消息!",
"toId": "7881301004995031",
"isNoNeedRead": true
}
}'{
"code": 0,
"data": {
"isSendSuccess": 0,
"msgServerId": 0,
"msgType": 0,
"msgUniqueIdentifier": "string",
"seq": 0,
"timestamp": 0
},
"msg": "string"
}