json:"condition"
// 过滤条件{
"actionType": "between",
"clean_archive": true,
"duration": 0,
"task_type": "cycle/archiveCycle",
"time": {
"$gt": "string",
"$gte": "string",
"$lt": "string",
"$lte": "string"
},
"user": {
"id": "string",
"logQueryTime": "string",
"password": "string",
"username": "string"
}
}
curl --location --request POST '/api/logCycle/execOnce' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"actionType": "between",
"clean_archive": true,
"duration": 0,
"task_type": "cycle/archiveCycle",
"time": {
"$gt": "string",
"$gte": "string",
"$lt": "string",
"$lte": "string"
},
"user": {
"id": "string",
"logQueryTime": "string",
"password": "string",
"username": "string"
}
}'
"string"