document:delivery:retry 权限)。fileweft.sync.legacy-delivery-retry-enabled=true 时可用;未启用时返回 code=1 提示开启该开关后重启。{ "deliveryIds": ["..."] },deliveryId 来自 /sync-status 或 /admin/deliveries。Authorization: Bearer ********************curl --location --request POST 'http://10.12.186.133:30924/transpond/fileweft/admin/deliveries/retry' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data ''{
"code": 0,
"msg": "string",
"ok": true,
"data": {
"accepted": [
{
"deliveryId": "string",
"documentId": "string",
"targetId": "string",
"status": "string",
"operation": "string"
}
],
"skipped": [
{
"deliveryId": "string",
"documentId": "string",
"targetId": "string",
"status": "string",
"operation": "string"
}
]
}
}