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