{
"code": 0,
"message": "정상 처리 되었습니다",
"data": {
"orderGetResWrappers": [
{
"shopName": "스파르타 짬뽕",
"orderId": 1,
"username": "창선님하이",
"totalPrice": 29000,
"orderGetReses": [
{
"menuName": "짜장",
"amount": 3,
"price": 9000
},
{
"menuName": "짬뽕",
"amount": 4,
"price": 20000
}
]
},
{
"shopName": "스파르타 짬뽕",
"orderId": 2,
"username": "창선님하이",
"totalPrice": 29000,
"orderGetReses": [
{
"menuName": "짜장",
"amount": 3,
"price": 9000
},
{
"menuName": "짬뽕",
"amount": 4,
"price": 20000
}
]
}
],
"total": 2
}
}