Authorization: Bearer ********************{
"keyword": "控制室 SC0001",
"current": 1,
"size": 10
}curl --location --request POST 'https://venuehelper.api.voc2018.com/shelves/search' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "控制室 SC0001",
"current": 1,
"size": 10
}'{
"statusCode": 200,
"message": "操作成功",
"data": [
{
"id": "1",
"name": "控制室东侧架子2-1",
"shelfCode": "SC0001"
}
]
}