文档
测试

根据订单号获取订单详情

GET
/api/order/restaurant_machine/info

请求参数

参数名
类型
描述
必填
orderNo
String
订单号
必填

说明 / 示例

```{ "total": 0, "code": 0, "data": { "id": 48, "shopId": 1, "orderNo": "20210715192557933206898730078208", "amount": 49.0, "status": 1, "paymentMethod": null, "transaction_no": null, "remake": "", "createdTime": "2021-07-15 19:25", "goodsOrders": [ { "id": 15, "goodsId": 1, "goodsName": "红烧牛肉面", "goodsImages": "http://192.168.0.186:8199/a.jpg", "price": 49.0, "orderId": 48, "num": 1, "label": "大份/红汤/不要葱/不要香菜" } ], "goodsEntity": null }, "message": "success" }