删除购物车
POST
/api/order/removeShopCart
请求参数
参数名
类型
描述
必填
id
string
购物车ID,多个用逗号隔开
必填
响应参数
参数名
类型
描述
必填
msg
string
提示信息
必填
code
int
状态:0成功,500错误
必填