Authorization: Bearer ********************{
"id": 3,
"streetIntroduction": "街道介绍22",
"streetImg": "http://xxx1.png",
"workstationIntroduction": "工作站介绍22",
"workstationImg": "http://xxx2.png"
}curl --location --request PUT '/tjzf/jcgl' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 3,
"streetIntroduction": "街道介绍22",
"streetImg": "http://xxx1.png",
"workstationIntroduction": "工作站介绍22",
"workstationImg": "http://xxx2.png"
}'{
"msg": "string",
"code": 0
}