{
"data": [
0
],
"endTime": "string",
"judgmentList": [
{
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"k": 0,
"selectFlag": 0,
"spcId": "string",
"standardCode": "string",
"standardDesc": "string"
}
],
"lsl": 0,
"no": 0,
"startTime": "string",
"stencilsId": "string",
"totalStandardDiviation": 0,
"usl": 0
}
curl --location --request POST 'http://10.219.87.224:8080/veivo-boot/spc/stencilsSpc/digest' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
0
],
"endTime": "string",
"judgmentList": [
{
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"k": 0,
"selectFlag": 0,
"spcId": "string",
"standardCode": "string",
"standardDesc": "string"
}
],
"lsl": 0,
"no": 0,
"startTime": "string",
"stencilsId": "string",
"totalStandardDiviation": 0,
"usl": 0
}'
{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}