文档
测试

获取订单确认前的信息

POST
/api/app/menu/order/getPreOrderInfo

请求参数

参数名
类型
描述
必填
cartIds
array
数据列表
必填
storeId
int
示例:3
必填
userId
int
示例:4
必填

说明 / 示例

{ "errorCode": "200", "errorMsg": "", "data": { "menus": [ { "id": 133, "menuName": "油炸机test", "uploadFileUrl": "http://oven-bin-kfc.oss-cn-shenzhen.aliyuncs.com/FRY10_1inch/1608625563308.png", "menuPrice": 1000000, "classifyId": 1, "storeId": 3, "deviceId": 49, "productType": null, "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, "storeId": 3, "deviceId": 48, "productType": null, "menuCount": 2 } ], "orderPrice": 3200000, "storeName": "泰和路店", "storeAddress": "广东省佛山市顺德区", "storeId": 3, "userId": 4 } }