文档
测试

购物车全选

POST
http://localhost:8888/rlg/cart/checkedall

响应参数

参数名
类型
描述
必填
coda
Integer
接口请求状态吗
必填
message
String
接口请求返回信息
可选
data
接口请求返回数据
可选

说明 / 示例

{ "status": 200, "data": { "records": [ { "id": 152, "userId": 36, "productId": 10003, "quantity": 10, "checked": 0, "subtitle": "3", "mainImage": "3", "price": 3.00, "stock": 100 }, { "id": 153, "userId": 36, "productId": 10002, "quantity": 10, "checked": 0, "subtitle": "2", "mainImage": "2", "price": 2.00, "stock": 90 }, { "id": 154, "userId": 36, "productId": 10001, "quantity": 10, "checked": 0, "subtitle": "1", "mainImage": "1", "price": 1.00, "stock": 90 } ], "total": 3, "size": 5, "current": 1, "orders": [], "optimizeCountSql": true, "hitCount": false, "countId": null, "maxLimit": null, "searchCount": true, "pages": 1 } }