文档
测试

购物车全选或取消全选

GET
http://localhost:8080/rlg/cart/checkedall

响应参数

参数名
类型
描述
必填
code
Intrger
接口请求状态码
必填
msg
String
接口请求返回信息
可选
data
String
接口请求返回数据
可选

成功的返回示例

{ "code": 200, "data": { "records": [ { "id": 154, "userId": 37, "productId": 10003, "quantity": 10, "checked": 1, "subtitle": "3", "mainImage": "3", "price": 3.00, "stock": 100 } ], "total": 1, "size": 5, "current": 1, "orders": [], "optimizeCountSql": true, "hitCount": false, "countId": null, "maxLimit": null, "searchCount": true, "pages": 1 } }