文档
测试

商品详情页立即购买

POST
http://192.168.0.91:8070/ipss/app/mall/product/quickOrder

请求参数

参数名
类型
描述
必填
prodId
int
商品id
必填
amount
int
商品数量
必填

响应参数

参数名
类型
描述
必填
status
int
200
必填
message
string
立即购买成功
必填
data
object
示例:null
必填
prodList
商品列表
必填
categoryName
string
商品品类名称
必填
price
decimal
商品单价
必填
amount
int
商品数量
必填
prodName
string
商品名称
必填
picUrl
string
商品缩略图地址
必填
totalPrice
计算价格(包含运费)
必填
orderId
订单id
必填