{
"entId": "APICeShiQiYe",
"senderId": "ApiTest",
"channel": "supos",
"type": "email",
"messageBody": "消息内容",
"messageTitle": "消息标题",
"receivers": [
"dolor consectetur",
"Excepteur",
"proident Excepteur mollit sit",
"exercitation velit voluptate laboris in",
"ex Excepteur ullamco in"
]
}
curl --location --request POST '/openservice/eagle-user/message/send' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"entId": "APICeShiQiYe",
"senderId": "ApiTest",
"channel": "supos",
"type": "email",
"messageBody": "消息内容",
"messageTitle": "消息标题",
"receivers": [
"dolor consectetur",
"Excepteur",
"proident Excepteur mollit sit",
"exercitation velit voluptate laboris in",
"ex Excepteur ullamco in"
]
}'
{
"result": "3e78e395-f495-4772-85c8-78cac5ab40de",
"msg": "成功",
"code": 1000000,
"guid": "56b1d5b2d66f8e32",
"status": 200
}