POST api/GameAssistant/QueryRepair
获取报修单
Request Information
URI Parameters
None.
Body Parameters
QueryRepairReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
报修单id |
integer |
None. |
| Type |
类型 |
string |
None. |
| RepairNo |
保修单号 |
string |
None. |
| StartTime |
起始时间 |
string |
None. |
| EndTime |
结束时间 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Type": "sample string 2",
"RepairNo": "sample string 3",
"StartTime": "sample string 4",
"EndTime": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultOfListOfQueryRepairResModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of QueryRepairResModel |
None. |
|
| Code |
状态码 |
integer |
None. |
| Message |
错误信息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"f_id": 1,
"f_accounts": "sample string 2",
"f_repairNo": "sample string 3",
"f_date": "2025-09-10 21:31:37",
"f_time": "2025-09-10 21:31:37",
"f_state": 64,
"f_phone": "sample string 5",
"f_admin": "sample string 6",
"f_replyAdmin": "sample string 7",
"f_type": 64,
"f_content": "sample string 9",
"f_replyContent": "sample string 10",
"f_webSite": "sample string 11",
"f_ip": "sample string 12"
},
{
"f_id": 1,
"f_accounts": "sample string 2",
"f_repairNo": "sample string 3",
"f_date": "2025-09-10 21:31:37",
"f_time": "2025-09-10 21:31:37",
"f_state": 64,
"f_phone": "sample string 5",
"f_admin": "sample string 6",
"f_replyAdmin": "sample string 7",
"f_type": 64,
"f_content": "sample string 9",
"f_replyContent": "sample string 10",
"f_webSite": "sample string 11",
"f_ip": "sample string 12"
}
],
"Code": 0,
"Message": "sample string 1"
}