curl --location --request GET 'http://dev-cn.your-api-server.com/api/mcDonalds/goods/?orderType&shopId&appId&nonce&sign×tamp'
{
"data": {
"amount": 0,
"code": "string",
"comboItems": [
{
"choicesCode": "string",
"comboProducts": [
{
"code": "string",
"comboMaxQuantity": 0,
"hasCustomization": 0,
"image": "string",
"isDefault": 0,
"name": "string",
"quantity": 0
}
],
"idx": 0,
"isChoices": 0,
"maxQuantity": 0,
"minQuantity": 0,
"name": "string"
}
],
"image": "string",
"name": "string",
"price": 0,
"saleAmount": 0,
"type": "string"
},
"errCode": "string",
"errMessage": "string"
}