文档
测试

更改单个商品的选中状态

POST
http://122.51.142.172:8080/rlg/portal/cart/checked.do

请求参数

参数名
类型
描述
必填
sid
Integer
父id
必填

响应参数

参数名
类型
描述
必填
status
Integer
状态码
必填
data
T
数据
必填
msg
String
状态信息
必填

成功的返回示例

{ "status": 200, "data": { "cartProductVOList": [ { "id": 205, "userId": 23, "productId": 10000, "quantity": 2, "productName": "索尼(SONY)PS4 Pro/Slim原装正版游戏 怪物猎人世界 冰原(中文)索骏数码专营店", "productSubtitle": "索尼(SONY)PS4 Pro/Slim原装正版游戏 怪物猎人世界 冰原(中文)索骏数码专营店", "productMainImage": "//img13.360buyimg.com/n1/jfs/t1/66798/15/9443/184094/5d720fb3E233ecb20/332360e7ffd3c45f.jpg", "productPrice": 499, "productStatus": 1, "productStock": 100, "productTotalPrice": 998, "productChecked": 1, "limitQuantity": "SUCCESS" }, { "id": 207, "userId": 23, "productId": 10003, "quantity": 1, "productName": "steam 平台游戏PC正版中文地铁离乡 Metro Exodus地铁离去 标准版", "productSubtitle": "steam 平台游戏PC正版中文地铁离乡 Metro Exodus地铁离去 标准版", "productMainImage": "//img13.360buyimg.com/n1/jfs/t1/23792/20/7244/223046/5c67f38aEcc6ea7ed/20974a43dfe4ff3c.png", "productPrice": 178, "productStatus": 1, "productStock": 100, "productTotalPrice": 178, "productChecked": 1, "limitQuantity": "SUCCESS" } ], "allChecked": true, "cartTotalPrice": 1176 } }