在用户每次成功购买后,为了获取游戏激活码我们将调用API访问您的服务器。
返回游戏密钥。
提供的信息出错时返回(例如,缺少必需的参数、授权失败等)。
返回以指示您的服务器存在的暂时性错误。
{- "notification_type": "string",
- "pin_code": {
- "DRM": "string",
- "digital_content": "string"
}, - "settings": {
- "merchant_id": 0,
- "project_id": 0
}, - "user": {
- "id": "string",
- "name": "string"
}
}
{- "pin_code": "AAA-BBB-CCC-DDD"
}