提交订单
POST
http://192.168.0.91:8070/ipss/app/mall/order/submit
接口描述
需要注意,提交订单给的地址id,存到表里是文字
请求参数
参数名
类型
描述
必填
orderId
int
订单id
必填
addrId
int
地址id
必填
响应参数
参数名
类型
描述
必填
status
int
200
必填
message
string
示例:下单成功
必填
data
object
示例:null
可选