文档
测试

清空购物车

POST
http://localhost:8889/rlg/cart/delete_cart

响应参数

参数名
类型
描述
必填
status
Integer
状态码
必填
msg
String
状态信息
可选
data
String
数据
可选

成功示例

{ "status": 304, "data": "购物车已清空" }