{
"resourceName": "VIP包间1号",
"resourcePhoto": "string",
"description": "string",
"tags": "string",
"attributes": "string",
"isEnabled": 1,
"isAcceptBooking": 1,
"isShowInApp": 1,
"sort": 0,
"priority": 0
}curl --location --request PUT 'http://10.168.1.163:48080/open-api/v1/resources/?merchantId&resourceId=1' \
--header 'Content-Type: application/json' \
--data-raw '{
"resourceName": "VIP包间1号",
"resourcePhoto": "string",
"description": "string",
"tags": "string",
"attributes": "string",
"isEnabled": 1,
"isAcceptBooking": 1,
"isShowInApp": 1,
"sort": 0,
"priority": 0
}'{
"code": 0,
"msg": "",
"data": false
}