Authorization: Bearer ********************
{
"esContent": "YYY-有限公司客户的订单QTRK20250218-0001将于送到,请准备收货。",
"esReceiver": "admin",
"esStatus": 3,
"esTitle": "XX通知",
"esType": 1,
"id": "4028318195171486019517527243002d"
}
curl --location --request PUT '/msgmw/messages/' \
--header 'Content-Type: application/json' \
--data-raw '{
"esContent": "YYY-有限公司客户的订单QTRK20250218-0001将于送到,请准备收货。",
"esReceiver": "admin",
"esStatus": 3,
"esTitle": "XX通知",
"esType": 1,
"id": "4028318195171486019517527243002d"
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}