文档
测试

购物车选中某个商品或取消

GET
http://localhost:8089/rlg/cart/checked

接口描述

修改某个购物车商品信息的状态为选中

请求参数

参数名
类型
描述
必填
pid
Integer
商品id
必填

响应参数

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

成功案例

{ "code": 200, "data": { "records": [ { "id": 145, "userId": 32, "productId": 10005, "quantity": 10, "checked": 1, "subtitle": "5", "mainImage": "5", "price": 5.00, "stock": 50 } ], "total": 1, "size": 5, "current": 1, "orders": [], "optimizeCountSql": true, "hitCount": false, "countId": null, "maxLimit": null, "searchCount": true, "pages": 1 } }