{
"user_id":"pc1265_fm2403sv",
"bot_id":"7e3cf67e7b82439c848ff1ab97a7706d",
"content":"你好啊"
}
curl --location --request POST 'https://chat.jijyun.cn/v1/openapi/send-to-user?apiKey=' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id":"pc1265_fm2403sv",
"bot_id":"7e3cf67e7b82439c848ff1ab97a7706d",
"content":"你好啊"
}'
{
"Code": 2000,
"Data": {
"ActionStatus": "OK",
"ErrorCode": 0,
"ErrorInfo": "",
"MsgKey": "1034473438_4079732_1691638130",
"MsgTime": 1691638130
},
"Msg": "成功"
}