curl --location --request GET '/api/cell/record?page=1&size=30' \
--header 'Authorization;'
{
"state": "success",
"info": {
"total": 1,
"data": [
{
"id": 1,
"name": "40斤1箱",
"state": true,
"data": "",
"str": {
"state": "启用"
}
}
]
}
}