curl --location --request GET '/malfunction-repair/query-repair-info?repairId'
{
"code": "string",
"data": [
{
"malfunctionDesc": "string",
"malfunctionType": "string",
"orderNum": "string",
"repairPicUrl": [
"string"
]
}
],
"message": "string",
"success": true
}