消息发送
POST
/openservice/eagle-user/message/send
后端接口/消息服务
请求参数
Body 参数application/json
entId
string
被发送的企业id
senderId
string
发送者userid
receivers
array[string] | null
接收者id
channel
string
必需
type
string
必需
messageBody
string
必需
messageTitle
string
必需
extend
object
可选
示例
{
"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"
]
}
返回响应
🟢200成功
application/json
Body
result
string
批次号
msg
string
必需
code
integer
必需
guid
string
必需
status
integer
必需
示例
{
"result": "3e78e395-f495-4772-85c8-78cac5ab40de",
"msg": "成功",
"code": 1000000,
"guid": "56b1d5b2d66f8e32",
"status": 200
}
修改于 2023-12-06 03:15:09