暂无描述
Authorization: Bearer ********************
{
"industryId": 2,
"location": [
"650000",
"652700",
"596"
],
"locationName": [
"江苏省",
"常州市",
"新北区"
],
"name": "江苏立卓信息技术有限公司",
"loginImg": "",
"loginUrl": "",
"loginLogo": "https://uatapi.tolink.cloud/public/resource/upload/2023-03-14/cr5w679u7sapsgjhkw.png",
}
curl --location --request PUT 'https://api.tolink.cloud/station/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"industryId": 2,
"location": [
"650000",
"652700",
"596"
],
"locationName": [
"江苏省",
"常州市",
"新北区"
],
"name": "江苏立卓信息技术有限公司",
"loginImg": "",
"loginUrl": "",
"loginLogo": "https://uatapi.tolink.cloud/public/resource/upload/2023-03-14/cr5w679u7sapsgjhkw.png",
}'
{}