添加购物车
POST
http://localhost:8081/cart/add/{id}/{total}
接口描述
购物车添加商品
请求参数
参数名
类型
描述
必填
id
int
商品的id
必填
total
int
商品的总数
必填
响应参数
参数名
类型
描述
必填
status
string
状态,成功SUCCESS
必填
message
String
信息,成功显示成功
必填