curl --location --request GET 'https://petstore-demo.apifox.com/admin/setmeal/page?page&pageSize'
{
"code": 0,
"msg": null,
"data": {
"total": 0,
"records": [
{
"id": 0,
"categoryId": 0,
"name": "string",
"price": 0,
"status": 0,
"description": "string",
"image": "string",
"updateTime": "string",
"categoryName": "string"
}
]
}
}