curl --location --request GET 'https://petstore-demo.apifox.com/admin/dish/list?categoryId=101'
{
"code": 0,
"data": [
{
"categoryId": 0,
"createTime": "2019-08-24T14:15:22Z",
"createUser": 0,
"description": "string",
"id": 0,
"image": "string",
"name": "string",
"price": 0,
"status": 0,
"updateTime": "2019-08-24T14:15:22Z",
"updateUser": 0
}
],
"msg": "string"
}