Authorization: Bearer ********************
{
"appId": "string",
"lineId": 0,
"userName": "string",
"workOrderNumber": "string"
}
curl --location --request POST 'http://ip:port/openApi/api/v1/open/location/machine/standard/list/fac' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "string",
"lineId": 0,
"userName": "string",
"workOrderNumber": "string"
}'
{
"code": "string",
"data": [
{
"aid": 0,
"alarm": true,
"cid": 0,
"codeStateCheck": true,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"fcode": "string",
"fid": 0,
"fname": "string",
"gid": 0,
"img": "string",
"isCalConcurrently": true,
"isCheck": 0,
"isDefective": true,
"isInput": true,
"isMain": true,
"lineId": 0,
"lineOrder": 0,
"location": {},
"magName": "string",
"magNickname": "string",
"magPhone": "string",
"modelId": 0,
"networkStatus": 0,
"place": "string",
"procedureAlias": "string",
"procedureName": "string",
"productionLineId": 0,
"remark": "string",
"seq": 0,
"state": 0,
"sublineId": 0,
"typeOneCode": 0,
"typeOneName": "string",
"typeTwoCode": 0,
"typeTwoName": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"message": "string",
"time": "2019-08-24T14:15:22Z"
}