文档
测试

获取购物车里面的菜单

POST
/api/app/menu/shoppingCart/getMyMenuCart

请求参数

参数名
类型
描述
必填
userId
int
示例:42
必填
storeId
int
示例:3
必填

说明 / 示例

{ "errorCode": "200", "errorMsg": "", "data": [ { "id": 3, "userId": 42, "menuId": 133, "productType": 1, "storeId": 3, "deviceId": 49, "menuCount": 1, "menuName": "油炸机test", "uploadFileUrl": "http://oven-bin-kfc.oss-cn-shenzhen.aliyuncs.com/FRY10_1inch/1608625563308.png", "menuPrice": 1000000 }, { "id": 2, "userId": 42, "menuId": 68, "productType": 2, "storeId": 3, "deviceId": 48, "menuCount": 22, "menuName": "6666", "uploadFileUrl": "http://oven-bin-kfc.oss-cn-shenzhen.aliyuncs.com/SMART_OVEN_1inch/1608627897827.png", "menuPrice": 100000 } ] }