多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 提交订单 ~~~[api] post:/api/v3/publicwelfare/lovestoreOrder/info *data#购买的商品数据,json字符串格式:{[商品id,商品skuid,购买数量],[商品id,商品skuid,购买数量]} cartIds#购物车id字符串:1,2,3 <<< success { "msg": "获取成功!", "url": "", "data": { "goods": [ { "info": { "id": 8, "adminid": 1, "shop_id": 0, "category_id": 94, "shop_goods_category_id": 0, "tags": "", "uuid": "a9889e0c-6a15-bdaf-3bf7-f01036d3e029", "title": "优质面粉", "description": "", "now_price": "105.00", "pre_price": "125.00", "cover_ids": "[1621]", "level": 94, "position": 1, "content": "<!DOCTYPE html>\n<html>\n<head>\n</head>\n<body>\n\n</body>\n</html>", "spu_data": "[]", "sku_ids": "[12]", "comment": 0, "view": 13, "sales_num": 0, "comment_status": "1", "rate": 0, "type": 2, "file_id": 0, "status": 1, "open_at": "2018-05-24 10:21:36", "created_at": "2018-05-24 10:22:57", "updated_at": "2018-07-05 18:27:44", "deleted_at": "" }, "sku": { "id": 12, "sku_data": { "商家": "张各庄村杨文静", "单位": "公斤" }, "stock_num": 820, "sales_num": 32, "now_price": "105.00", "pre_price": "125.00", "promotion_ids": "", "sort": 0, "status": 1, "created_at": "2018-05-24 10:22:55", "updated_at": "2018-06-01 17:18:01", "deleted_at": "", "promotion_title": "" }, "num": 5, "money": 525 }, { "info": { "id": 8, "adminid": 1, "shop_id": 0, "category_id": 94, "shop_goods_category_id": 0, "tags": "", "uuid": "a9889e0c-6a15-bdaf-3bf7-f01036d3e029", "title": "优质面粉", "description": "", "now_price": "105.00", "pre_price": "125.00", "cover_ids": "[1621]", "level": 94, "position": 1, "content": "<!DOCTYPE html>\n<html>\n<head>\n</head>\n<body>\n\n</body>\n</html>", "spu_data": "[]", "sku_ids": "[12]", "comment": 0, "view": 13, "sales_num": 0, "comment_status": "1", "rate": 0, "type": 2, "file_id": 0, "status": 1, "open_at": "2018-05-24 10:21:36", "created_at": "2018-05-24 10:22:57", "updated_at": "2018-07-05 18:27:44", "deleted_at": "" }, "sku": { "id": 12, "sku_data": { "商家": "张各庄村杨文静", "单位": "公斤" }, "stock_num": 820, "sales_num": 32, "now_price": "105.00", "pre_price": "125.00", "promotion_ids": "", "sort": 0, "status": 1, "created_at": "2018-05-24 10:22:55", "updated_at": "2018-06-01 17:18:01", "deleted_at": "", "promotion_title": "" }, "num": 10, "money": 1050 } ], "totalMoney": 1575, "reduceMoney": 0, "jsonData": "[{\"0\":8,\"1\":12,\"2\":5},{\"0\":8,\"1\":12,\"2\":10}]", "cartIds": "" }, "count": 0, "status": "success" } <<< error { "msg": "登录失败", "url": "", "status": "error" } ~~~