{
"message": "string",
"title": "string"
}
curl --location --request POST 'http://localhost:8081/bin_fresh_recruit/school/message' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "string",
"title": "string"
}'
{
"code": "string",
"msg": "string",
"data": {
"id": 1,
"title": "string",
"intro_content": "string",
"create_time": "CURRENT_TIMESTAMP"
}
}