企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 获取可退菜列表 ~~~[api] post:api/v1/pos/tongGoodsList?framework=api *cardno=默认值#通卡卡号 *storeid#门店好 配置获取 <<< success { "status": 1, "codemsg": "获取成功", "data": [ { "id": "31839", //退菜列表标识 (退菜需要传递得) "out_trade_no": "Bb331393717555366", 订单号 "goodid": "12", 商品ID "title": "绿豆不翻馍", 名称 "num": "1", //数量 "total_fee": "20", //总价 "cardno": "6885371888800000658", //卡号 "storeid": "4510" //门店ID } ] } <<< error ~~~