{
"user_ids": [
"string"
],
"msg_type": "string",
"msg_obj": {
"title": "string",
"description": "string",
"url": "string",
"btn_txt": "string",
"content": "string"
}
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/message/send?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_ids": [
"string"
],
"msg_type": "string",
"msg_obj": {
"title": "string",
"description": "string",
"url": "string",
"btn_txt": "string",
"content": "string"
}
}'
{
"code": "",
"msg": "",
"data": {
"fail_list": [
{
"errorCode": 0,
"errorMsg": "",
"toUser": "",
"msgId": ""
},
{}
],
"success_list": [
{
"errorCode": 0,
"errorMsg": "",
"toUser": "",
"msgId": ""
},
{}
]
}
}