Authorization: Bearer ********************curl --location --request GET 'https://venuehelper.api.voc2018.com/properties/shelf/1?current=1&size=10' \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"message": "操作成功",
"data": [
{
"id": "1",
"name": "卡侬 XLR 10m",
"propertyCode": "XX0001",
"propertyTypeId": "1",
"shelfId": "1",
"typeName": "XLR 卡侬线",
"shelfCode": "SC0002"
}
]
}