[TOC]
简要描述
请求URL
http://localhost:8088/tester/maintain-list
请求方式
参数
返回示例
{
"code": 200,
"msg": null,
"data": [
{
"createTime": null,
"updateTime": null,
"isDelete": false,
"id": 1,
"room": "833",
"teacher": "boss chen",
"errorDescription": "电脑坏了",
"maintainDescription": null,
"time": "2023-05-24",
"state": 0
}
]
}
返回参数说明
备注