curl --location '/pda/qc/defectRecord/' \
--header 'Authorization: Bearer {{password}}' \
--header 'Content-Type: application/json'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"qcType": "string",
"qcId": 0,
"lineId": 0,
"defectName": "string",
"defectLevel": "string",
"defectQuantity": 0,
"remark": "string"
}
}