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