{
"temp_unit": 1
}
curl --location --request POST 'https://mydodo.fun/fishtank/post/temp_unit' \
--header 'Content-Type: application/json' \
--data-raw '{
"temp_unit": 1
}'
{
"code": 0,
"data": {
"temp_unit": "℃"
},
"message": "上传温度单位成功"
}