查询-我的报修列表
开发中
GET
/repair
最后修改时间:2023-04-10 02:37:44
请求参数
Query 参数
current
string
当前页码
示例值:
1
pageSize
string
每页大小
示例值:
20
Header 参数
Authorization
string
可选
默认值:
Bearer {{token}}
返回响应
🟢200成功
application/json
Body
code
number
可选
message
string
请求成功
data
object
返回数据
pageTotal
number
总页数
total
number
总条数
rows
array [object {9}]
数据
>= 1 items<= 5 items
示例
{
"code": 0,
"message": "string",
"data": {
"pageTotal": 0,
"total": 0,
"rows": [
{
"id": "string",
"houseId": "string",
"repairItemName": "string",
"repairItemId": "string",
"mobile": "string",
"appointment": "2022-10-01",
"description": "string",
"attachment": [
{
"id": "string",
"url": "string"
}
],
"status": 0
}
]
}
}