文档
测试

/cartedit/:id

PUT
http://localhost:8010/cart/cartedit/:id

请求参数

参数名
类型
描述
必填
id
int
示例:6
必填
good_id
string
示例:45
必填
user_id
string
示例:18
必填
num
string
示例:666
必填

响应参数

参数名
类型
描述
必填
code
int
示例:2000
必填
flag
boolean
示例:true
必填
message
string
示例:修改成功
必填
code
int
示例:2000
必填
flag
boolean
示例:true
必填
message
string
示例:修改成功
必填