文档
测试

修改购物车商品

POST
http://127.0.0.1:9501/api/cart/update

请求头

参数名
类型
描述
必填
Authorization
string
示例:268756c4ee257abb26702d732641367fc77a9ae6
必填

请求参数

参数名
类型
描述
必填
rawId
string
示例:365ace3cd2a7b71340c9a9aaec49ea8e
必填
planId
int
示例:5
必填
recordId
int
示例:128967038881333248
必填
productId
int
示例:17
必填
qty
int
示例:3
必填

响应参数

参数名
类型
描述
必填
code
int
示例:100
必填
message
string
示例:success
必填
timestamp
string
示例:2020-06-10 14:50:59
必填
data
object
数据字典
必填
__raw_id
string
示例:365ace3cd2a7b71340c9a9aaec49ea8e
必填
id
string
示例:17
必填
name
string
示例:端午节购物卡消费卡
必填
qty
string
示例:3
必填
price
int
示例:100
必填
total
int
示例:300
必填
planId
string
示例:5
必填
recordId
string
示例:128967038881333248
必填
number
string
示例:1
必填
selected
int
示例:1
必填