Idempotency-Key (幂等键,UUID)comment(驳回原因/修改意见,业务强校验不能为空)GET /fileweft/documents/{documentId}/workflows 查看驳回 意见;调用 POST /fileweft/documents/{documentId}/revise 可将打回文档恢复为草稿状态重新编辑。Authorization: Bearer ********************{
"comment": "格式不符合规范,请补充封面及文档编号后重新提交。"
}curl --location 'http://10.12.186.133:30924/transpond/fileweft/workflows//tasks//reject' \
--header 'Idempotency-Key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"comment": "格式不符合规范,请补充封面及文档编号后重新提交。"
}'{
"code": 0,
"msg": "string",
"ok": true,
"data": {
"documentId": "string",
"workflowId": "string",
"taskId": "string"
}
}