Authorization: Bearer ********************
{
"wenduBz": "这是上海的温度",
"wenduCjsj": "2025-12-03 12:10:55",
"wenduDd": "上海",
"wenduZhi": 10
}
curl --location --request POST '/daycheck/temperature/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"wenduBz": "这是上海的温度",
"wenduCjsj": "2025-12-03 12:10:55",
"wenduDd": "上海",
"wenduZhi": 10
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}