{
"executeTime": "2024-04-01 17:30:00",
"serials": [
"rf123456"
]
}
curl --location --request POST 'http://192.168.20.86:9091/lockDevops/rise' \
--header 'Cookie: UID=9f4fb0545b5c4a7b8031ea5af9646e9e' \
--header 'Content-Type: application/json' \
--data-raw '{
"executeTime": "2024-04-01 17:30:00",
"serials": [
"rf123456"
]
}'
{
"code": 0,
"message": "string",
"data": null
}