跳到主要内容

ParentalConsent.Granted

当授予父母同意时发出。

字段

字段类型必需说明
eventTypestring始终为 "ParentalConsent.Granted"
dataobject同意详细信息
data.challengeIdstring (UUID)与同意关联的挑战 ID
data.scenarioIdstring (UUID)同意流程的场景 ID

示例

{
"eventType": "ParentalConsent.Granted",
"data": {
"challengeId": "9d6b056e-7d62-4a9e-907a-3d0f6f1d1b9a",
"scenarioId": "7a1f2c3d-4e5f-6789-abcd-ef0123456789"
}
}