curl --location '/pda/qc/defectRecord/list?createDept=&createBy=&createTime=&updateBy=&updateTime=¶ms=&id=&qcType=&qcId=&lineId=&defectName=&defectLevel=&defectQuantity=&remark=&pageSize=&pageNum=&orderByColumn=&isAsc=' \
--header 'Authorization: Bearer {{password}}' \
--header 'Content-Type: application/json'{
"total": 0,
"rows": [
{
"id": 0,
"qcType": "string",
"qcId": 0,
"lineId": 0,
"defectName": "string",
"defectLevel": "string",
"defectQuantity": 0,
"remark": "string"
}
],
"code": 0,
"msg": "string"
}