curl --location '/pda/qc/fqcLine/list?qcId=undefined' \
--header 'Authorization: Bearer {{password}}' \
--header 'Content-Type: application/json'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"fqcId": 0,
"indexId": 0,
"indexCode": "string",
"indexName": "string",
"indexType": "string",
"qcTool": "string",
"checkMethod": "string",
"standerVal": 0,
"unitOfMeasure": "string",
"thresholdMax": 0,
"thresholdMin": 0,
"crQuantity": 0,
"majQuantity": 0,
"minQuantity": 0,
"remark": "string"
}
]
}