购物车选中或取消选中某个商品
GET
http://localhost:8889/rlg/cart/select_product
接口描述
修改某条购物车信息的状态为选中
请求参数
参数名
类型
描述
必填
pid
Integer
商品id
必填
响应参数
参数名
类型
描述
必填
status
Integer
状态码
必填
msg
String
状态信息
可选
data
String
数据
可选