订单生成
GET
http://localhost:88/api/logic/orders/add
接口描述
生成订单
响应参数
参数名
类型
描述
必填
ordersId
String
订单唯一编号
必填
ordersTitle
String
订单标题
必填
ordersDesc
String
订单描述
必填
houseId
Long
房源外键
必填
orderPrice
BigDecimal
订单金额
必填
ordersStatus
Integer
订单状态
必填
createTime
Date
创建时间
必填