{
"chatId": "string",
"messageType": 0,
"payload": {
"text": "string",
"mention": [
"string"
],
"wecomMention": [
"string"
]
}
}
curl --location --request POST 'https://chat.jijyun.cn/v1/api/ai/marketing/send/message?apiKey' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "string",
"messageType": 0,
"payload": {
"text": "string",
"mention": [
"string"
],
"wecomMention": [
"string"
]
}
}'
{
"Code": 2000,
"Data": {
"code": 0,
"data": {
"requestId": "66e29aaf7118e100348ef4ee"
}
},
"Msg": "成功"
}