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