文档
测试

添加购物车

POST
/api/order/addShopCart

请求参数

参数名
类型
描述
必填
memberId
string
会员ID
必填
productId
string
商品ID
必填
title
string
商品名称
必填
quantity
string
数量
必填
attribute
string
主商品规格
必填
imgUrl
string
主商品图片
必填
skuId
string
skuId
必填
salePrice
string
商品零售价
必填
profit
string
商品零售利润
必填

响应参数

参数名
类型
描述
必填
msg
string
提示信息
必填
code
int
状态:0成功,500错误
必填