{
"description": "string",
"modifier": "string",
"dept_belong_id": "string",
"title": "string",
"content": "string",
"message_type": "string",
"is_reviewed": true,
"status": "string",
"to_path": "string",
"creator": 0
}
curl --location --request PUT '/admin/system/message/is_read//' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"modifier": "string",
"dept_belong_id": "string",
"title": "string",
"content": "string",
"message_type": "string",
"is_reviewed": true,
"status": "string",
"to_path": "string",
"creator": 0
}'
{
"id": 0,
"create_datetime": "2019-08-24T14:15:22Z",
"update_datetime": "2019-08-24T14:15:22Z",
"creator_name": "string",
"description": "string",
"modifier": "string",
"dept_belong_id": "string",
"title": "string",
"content": "string",
"message_type": "string",
"is_reviewed": true,
"status": "string",
"to_path": "string",
"creator": 0,
"user": [
0
]
}