Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 更新webhook接入说明 #249

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions docs/develop/api-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ QQ 机器人:一个机器人可以被添加到 `群聊/频道` 内对话,QQ

注册创建机器人后:获得的开发机器人接入票据 `AppID` `AppSecret` `Token`

| 名称 | 描述 | 备注 |
| --- | --- | --- |
| AppID | 机器人 ID | 必须使用 |
| AppSecret | 机器人密钥 | 用于在 `oauth` 场景进行请求签名的密钥 |
| Token | 机器人 Token | 可用于调用开放接口的鉴权,建议使用更安全的 `access token` 的鉴权方式 |
| 名称 | 描述 | 备注 |
|-----------|-----------|--------------------------------------------|
| AppID | 机器人 ID | 必须使用 |
| AppSecret | 机器人密钥 | 用于在 `oauth` 场景进行请求签名的密钥 |
| Token | 机器人 Token | 可用于调用开放接口的鉴权,建议使用更安全的 `access token` 的鉴权方式 |

开发过程中如遇任何问题,可联系QQ机器人反馈助手开通。

<img :src="$withBotBase('/images/api-231017/feedback_bot.png')" alt="QQ机器人反馈助手">
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@

## Webhook方式

webhook事件回调链路目前在灰度验证,灰度用户可体验通过页面配置事件监听及回调地址。如未在灰度范围,可联系QQ机器人反馈助手开通。

<img :src="$withBotBase('/images/api-231017/feedback_bot.png')" alt="QQ机器人反馈助手">

QQ机器人开放平台支持通过使用HTTP接口接收事件。开发者可通过[管理端](https://q.qq.com/qqbot/#/developer/webhook-setting)设定回调地址,监听事件等。


Expand Down
Loading