通过用户id删除该用户所有的购物车信息
POST
http://localhost:8080/shoppingCart/delete/userID/9
接口描述
通过用户id删除该用户所有购物车信息,用户id附在路径中
响应参数
参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:删除成功!!!
必填