GET api/Equipment/ChangefWState?repair_guid={repair_guid}
“ChangefWState”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| repair_guid | “repair_guid”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Head": {
"Code": 1,
"Msg": "sample string 2"
},
"Body": {
"Data": true
}
}