应用创建
事件
基本 | |
---|---|
事 件类型 | application.application.created_v6 |
支持的应用类型 | 仅自建应用 |
权限要求 | 获取应用信息仅自建应用 |
字段权限要求 | 该接口返回体中存在下列敏感字段,仅当开启对应的权限后才会返回;如果无需获取这些字段,则不建议申请获取用户 user ID仅自建应用 |
推送方式 | Webhook |
事件体
名称收起子列表 | 类型 | 描述 |
---|---|---|
schema | string | 事件模式 |
header | event_header | 事件头 |
event_id | string | 事件 ID |
event_type | string | 事件类型 |
create_time | string | 事件创建时间戳(单位:毫秒) |
token | string | 事件 Token |
app_id | string | 应用 ID |
tenant_key | string | 租户 Key |
event | - | - |
operator_id | user_id | 用户 ID |
union_id | string | 用户的 union id |
user_id | string | 用户的 user id字段权限要求:获取用户 user ID仅自建应用 |
open_id | string | 用户的 open id |
app_id | string | 应用 ID |
name | string | 应用名称 |
description | string | 应用描述 |
avatar | string | 应用图标链接 |
app_scene_type | int | 应用类型,0: 自建应用,1: 应用商店应用 |
primary_language | string | 应用主语言 |
事件体示例
{
"schema": "2.0",
"header": {
"event_id": "5e3702a84e847582be8db7fb73283c02",
"event_type": "application.application.created_v6",
"create_time": "1608725989000",
"token": "rvaYgkND1GOiu5MM0E1rncYC6PLtF7JV",
"app_id": "cli_9f5343c580712544",
"tenant_key": "2ca1d211f64f6438"
},
"event": {
"operator_id": {
"union_id": "on_8ed6aa67826108097d9ee143816345",
"user_id": "e33ggbyz",
"open_id": "ou_84aad35d084aa403a838cf73ee18467"
},
"app_id": "cli_9f5343c580712544",
"name": "应用名称",
"description": "应用描述",
"avatar": "https://s1-imfile.feishucdn.com/static-resource/v1/c1f2f629-65e5-462c-be6a-bf327f971edg",
"app_scene_type": 0,
"primary_language": "zh_cn"
}
}
修改于 2023-02-03 06:21:16