FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "审批决定数据架构"
{ "approvalId": "string", "triggerId": "string", "toolName": "ban_user | mark_comment_spam | ...", "actionType": 10, "status": "APPROVED | REJECTED | EXECUTION_FAILED", "decidedBy": "string - 做出决定的版主的 userId", "decidedAt": "string - ISO 8601 - 可选,仅在已决定后存在", "executedAt": "string - ISO 8601 - 在 APPROVED 且执行完成时存在", "executionResult": "string - 执行者结果消息 - 在执行后存在", "contextSnapshot": { /* 与 approval.requested 相同 */ } }
Result