文档
测试

刷新最新的购物车

GET
http://localhost:8081/insoApp/cart/newCart

响应参数

参数名
类型
描述
必填
code
int
200
必填
message
string
执行结果信息
必填
data
json
响应数据
必填

响应示例

``` { "code": 200, "msg": "成功", "data": [ { "storeId": "11", "storeName": null, "userName": "wjc", "totalMoney": null, "checked": true, "orderItemList": [ { "id": null, "category1Id": 1, "category2Id": 2, "category3Id": 4, "goodsSpuId": "1280709633483894784", "goodsSkuId": "1280709638957461504", "orderId": null, "goodsSkuName": "华为(HUAWEI) 华为荣耀Magic2 手机 全网通 黑色 16GB", "imgUrl": "https://www.oss.gdinso.net/card/fe1f6e3f01ed403487779a43284b4d44img1593765348276.jpg", "price": 88.88, "num": 10, "goodsSpec": "颜色/黑色;版本/16GB;", "postFree": null, "money": 888.8, "payMoney": null, "weight": 480, "postFee": null, "isReturn": null, "anticipatedPriceOne": 38, "anticipatedPriceTwo": 58, "anticipatedPriceThree": 48, "timeCreate": null, "timeModified": null, "checked": true, "anticipatedMoneyOne": 380, "anticipatedMoneyThree": 480, "anticipatedMoneyTwo": 580 } ] } ] } ```