企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
~~~[api] post:/api/v1/order/mastinfo?framework=api *int:orderid=not null#不能为空 订单ID <<< 请求示例 post:/api/v1/order/mastinfo?framework=api 请求参数: { "orderid":"59" //开桌时候返回得桌台订单ID } <<< success { "code": 201, "msg": "ok", "data": { "code": 201, "msg": "ok", "data": { "id": "744", "serialnum": "A128627993802048", "order_fee": "0", "notdiscount_fee": "0", "total_fee": "0", "paid_fee": null, "discount_fee": null, "person": "2", "num": "0", "teafee": "20.00", "paytype": "-1", "ispay": "0", "realtotalmoney": "0", "roundtype": "0", "teatype":1 //0没有茶味费 1有茶味费 "ordergoodsremark":xxx //备注 "list": [ { "id": "741", "serialnum": "A128622341994822", "order_fee": null, "notdiscount_fee": null, "total_fee": null, "paid_fee": null, "discount_fee": null, "person": "1", "num": "0", "teafee": "10.00", "paytype": "-1", "ispay": "0", "realtotalmoney": null, "roundtype": "0", "order_goods": [], "tables": { "id": "8", "title": "A8", "orderid": "741" }, "credit": { "title": "郑州建业至尊商务服务有限公司", "name": "穆玉山", "phone": "15890620404" } }, { "id": "742", "serialnum": "A128622418670048", "order_fee": null, "notdiscount_fee": null, "total_fee": null, "paid_fee": null, "discount_fee": null, "person": "1", "num": "0", "teafee": "10.00", "paytype": "-1", "ispay": "0", "realtotalmoney": null, "roundtype": "0", "order_goods": [], "tables": { "id": "7", "title": "A7", "orderid": "742" } } ] } } } <<< error ~~~