{
"actualQty": 99,
"gatewayFailureCode": 0,
"gatewayId": "10020223",
"gatewayStatus": 0,
"machineFailureCode": 0,
"machineStatus": 4,
"planQty": 0,
"runJson": {
"param01": 1,
"param02": 0.2,
"param03": 0.03
},
"runSpeed": 3,
"runtime": 1639444089439
}
curl --location --request POST '/api/msg/v1/m/status' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"actualQty": 99,
"gatewayFailureCode": 0,
"gatewayId": "10020223",
"gatewayStatus": 0,
"machineFailureCode": 0,
"machineStatus": 4,
"planQty": 0,
"runJson": {
"param01": 1,
"param02": 0.2,
"param03": 0.03
},
"runSpeed": 3,
"runtime": 1639444089439
}'
{
"code": 200,
"message": "成功"
}