curl --location --request GET '/api/code/record?page=1&size=30' \
--header 'Authorization;'
{
"state": "success",
"info": {
"total": 1,
"data": [
{
"id": 1,
"name": "苹果",
"text": "SP0003",
"type": 0,
"data": "",
"str": {
"type": "条形码"
}
}
]
}
}