新增订单(购物车新增商品)
POST
http://localhost:8020/ordersRouter/addGoodsCart
请求参数
参数名
类型
描述
必填
id
string
示例:null
必填
userPhone
int
示例:13794753286
必填
goodsID
int
示例:1254
必填
num
int
示例:2
必填
响应参数
参数名
类型
描述
必填
code
int
示例:2000
必填
flag
boolean
示例:true
必填
message
string
示例:增加成功
必填
id
string
示例:null
必填
userPhone
string
示例:13794753286
必填
goodID
string
示例:1254
必填
num
string
示例:2
必填
_id
string
示例:5f0af25ee77c132d7404a8f9
必填
insertedCount
int
示例:1
必填