文档
测试

查询订单列表

GET
http://localhost:88/api/proprietary/order/getOrderList

请求参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
page
object
数据字典
必填
totalCount
int
示例:1
必填
pageSize
int
示例:10
必填
totalPage
int
示例:1
必填
currPage
int
示例:1
必填
list
array
数据列表
必填
orderId
int
示例:90
必填
orderNumber
string
示例:202111030957268471455715714353696770
必填
orderCreatedate
string
示例:2021-11-03 09:57:27
必填
orderPrice
int
示例:10
必填
examineId
object
示例:null
必填
userId
int
示例:1
必填
orderDescribe
object
示例:null
必填
oriderType
int
示例:2
必填
orderStatus
int
示例:1
必填
requirementId
object
示例:null
必填
orderClosetime
string
示例:2021-11-03 10:27:27
必填
houseId
int
示例:10
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填

说明 / 示例

{ "msg": "success", "code": 0, "page": { "totalCount": 1, "pageSize": 10, "totalPage": 1, "currPage": 1, "list": [ { "orderId": 90, "orderNumber": "202111030957268471455715714353696770", "orderCreatedate": "2021-11-03 09:57:27", "orderPrice": 10, "examineId": null, "userId": 1, "orderDescribe": null, "oriderType": 2, "orderStatus": 1, "requirementId": null, "orderClosetime": "2021-11-03 10:27:27", "houseId": 10 } ] } }