## 獲取可退菜列表
~~~[api]
post:/un/Wq/canReturnGoods
*cardno=默認值#通卡卡號
*storeid#商戶號
<<<
success
{
"status": 1,
"codemsg": "獲取成功",
"data": [
{
"order_sn": "201910231126596323",
"goodsid": "12",
"goodsname": "牛肉",
"goodspanterid": "00008878",
"num": "1",
"type": "2",
"price": "12",
"numrow": "1",
"discount": 0
},
{
"order_sn": "201910231126596324",
"goodsid": "12",
"goodsname": "牛肉",
"goodspanterid": "00008878",
"num": "1",
"type": "2",
"price": "12",
"numrow": "2",
"discount": 0
}
]
}
<<<
error
~~~
---
**返回信息**
| 參數 | 參數類型 | 必須 | 說明|
| ----------- | ------------------------------ | ------------ | --- |
| order_sn| String| yes | 訂單編號|
| goodsid| String| yes | 商品id|
| goodsname| String| yes | 商品名|
| goodspanterid| String| yes | 商品商戶號|
|num|string|yes|商品數量|
|type|string|yes|商品類型|
|price|string|yes|商品單價|