## 获取可退菜列表
~~~[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|商品单价|