商品(取消)选中、(取消)全选
POST
http://localhost:8080/portal/cart/checked.do
请求参数
参数名
类型
描述
必填
productID
Integer
商品id
必填
type
Integer
选中类型(0或1)
必填
响应参数
参数名
类型
描述
必填
status
Integer
状态码
必填
data
T
数据
必填
msg
String
状态信息
必填