{
"storeName": "南山旗舰店",
"logoUrl": "string",
"coverUrl": "string",
"categoryId": 0,
"tags": "string",
"province": "广东省",
"city": "深圳市",
"district": "南山区",
"address": "科技园南区",
"longitude": 113.9435,
"latitude": 22.54,
"contactName": "李四",
"contactPhone": "13800138001",
"businessHours": "09:00-22:00",
"announcement": "string",
"photos": "string"
}curl --location --request PUT 'http://10.168.1.163:48080/open-api/v1/stores/?storeId=1' \
--header 'Content-Type: application/json' \
--data-raw '{
"storeName": "南山旗舰店",
"logoUrl": "string",
"coverUrl": "string",
"categoryId": 0,
"tags": "string",
"province": "广东省",
"city": "深圳市",
"district": "南山区",
"address": "科技园南区",
"longitude": 113.9435,
"latitude": 22.54,
"contactName": "李四",
"contactPhone": "13800138001",
"businessHours": "09:00-22:00",
"announcement": "string",
"photos": "string"
}'{
"code": 0,
"msg": "",
"data": false
}