ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
~~~[api] post:/api/v1/print/get?framework=api *string:en=not nulll #POSEN号不能为空 <<< success 大POS { "code": 201, "data": [ { "ip": "192.168.3.114", "list": { "id": "22", "title": "包间B14", "orderid": "3843", "pauseorder": "2", "list": [ { "id": "6263", "orderid": "3843", "out_trade_no": "Aa418553242077984933843", "goodid": "212", "goodsn": "Aa418553242077984933843", "numtype": "0", "title": "口条", "price": "25.00", "num": "1", "total_fee": "25.00", "createtime": "1555555324", "status": "1", "ispay": "0", "taste": "", "ispack": "0", "pauseorder": "0", "storeid": "4760" }, { "id": "6264", "orderid": "3843", "out_trade_no": "Aa418553242078102653843", "goodid": "213", "goodsn": "Aa418553242078102653843", "numtype": "0", "title": "猪心", "price": "25.00", "num": "1", "total_fee": "25.00", "createtime": "1555555324", "status": "1", "ispay": "0", "taste": "", "ispack": "0", "pauseorder": "0", "storeid": "4760" } ], "totalmoney":"xxx",//总金额 "num":"xxx",//总数量 "serialnum": "Aa418553213278876", "ordergoodsremark": " " } } ], "msg": "ok" } <<< Success 小POS { "code": 201, "data": { "en": "456", "list":{ "id": "22", "title": "包间B14", "orderid": "3843", "pauseorder": "2", //1 厨等2 打 "list": [ { "id": "6265", "orderid": "3843", //订单ID "out_trade_no": "Aa418553524614361243843", "goodid": "17", "goodsn": "Aa418553524614361243843", //订单流水 "numtype": "0", "title": "油泼面", "price": "10.00", "num": "1", //商品数量 "total_fee": "10.00", //总价格 "createtime": "1555555352", "status": "1", "ispay": "0", "taste": "原味", //口味 "ispack": "0", "pauseorder": "0", "storeid": "4760" }, { "id": "6266", "orderid": "3843", "out_trade_no": "Aa418553524614551273843", "goodid": "26", "goodsn": "Aa418553524614551273843", "numtype": "0", "title": "牛肉面", "price": "0.01", "num": "1", "total_fee": "0.01", "createtime": "1555555352", "status": "1", "ispay": "0", "taste": "", "ispack": "0", "pauseorder": "0", "storeid": "4760" } ], "totalmoney":"xxx",//总金额 "num":"xxx",//总数量, "username":"xxx",//姓名 "serialnum": "Aa418553213278876", //订单流水 "ordergoodsremark": "" //备注 } }, "msg": "ok" } <<< Success 无数据 { "code": 201, "data": [], "msg": "ok" } ~~~