order 或 moveToEnd 其中一个,设置 moveToEnd 时 order 参数的值会被覆盖为所有记录 sort 字段中的最大值,与其相反的操作是将 order 参数的值设置为 1。关于置顶或置底操作应建立在可视角度上,后端分页数据默认均为倒序返回所以应注意区分使用场景。curl --location -g --request POST 'http://localhost:5678/api/open/cron/v1/order' \
--header 'api-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"order": 0,
"moveToEnd": true
}'true