token: ********************
{
"operate": 1,
"timesId": "1680296636244769",
"statusList": [
{
"id": 17,
"answer": 49,
"questionValue": "cupidatat fugiat",
"fileInfoList": [
{
"id": "13",
"type": "commodo non proident laboris",
"path": "consectetur Duis Ut minim reprehenderit",
"name": "美技了机圆统"
}
]
}
]
}
curl --location --request POST 'http://127.0.0.1:8091/clean/equipment/use/status' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"operate": 1,
"timesId": "1680296636244769",
"statusList": [
{
"id": 17,
"answer": 49,
"questionValue": "cupidatat fugiat",
"fileInfoList": [
{
"id": "13",
"type": "commodo non proident laboris",
"path": "consectetur Duis Ut minim reprehenderit",
"name": "美技了机圆统"
}
]
}
]
}'
{
"code": "1",
"msg": "成功",
"data": null
}