文档
测试

获取订单详细

POST
/api/app/menu/order/getOrderInfo

请求参数

参数名
类型
描述
必填
orderId
int
示例:4
必填

说明 / 示例

{ "errorCode": "200", "errorMsg": "", "data": { "id": 4, "orderPrice": 3200000, "orderType": 1, "createTime": 1608798849464, "endTime": 1608800649464, "orderStatus": 6, "userId": 4, "storeId": 3, "remark": "测试订单", "orderDeviceType": 1, "storeName": "泰和路店", "storeAddress": "广东省佛山市顺德区", "cartIds": null, "menus": [ { "id": 133, "menuName": "油炸机test", "uploadFileUrl": "http://oven-bin-kfc.oss-cn-shenzhen.aliyuncs.com/FRY10_1inch/1608625563308.png", "menuPrice": 1000000, "classifyId": 1, "classifyName": "测试菜单", "storeId": 3, "deviceId": 49, "productType": 1, "menuCount": 3 }, { "id": 68, "menuName": "6666", "uploadFileUrl": "http://oven-bin-kfc.oss-cn-shenzhen.aliyuncs.com/SMART_OVEN_1inch/1608627897827.png", "menuPrice": 100000, "classifyId": 1, "classifyName": "烤箱分类", "storeId": 3, "deviceId": 48, "productType": 2, "menuCount": 2 } ] } }