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