Skip to content

Commit

Permalink
feat: webhook监听设置说明更新 (#239)
Browse files Browse the repository at this point in the history
* feat: 更新签名算法页面链接和webhook设置页面链接

* feat: 调整QQ机器人反馈助手链接

---------

Co-authored-by: rianli <[email protected]>
  • Loading branch information
HiRyanLee and rianli authored Sep 10, 2024
1 parent f74ee32 commit 43d91ca
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

**当前方式灰度中,仅灰度用户可使用** 其它用户请使用 [websocket方式](#websocket方式)

灰度用户如遇问题可通过QQ机器人反馈助手反馈 <img :src="$withBotBase('/images/api-231017/qqrobot-feedback.jpg')" alt="feedback">
灰度用户如遇问题可通过 [QQ机器人反馈助手](https://mpqq.gtimg.cn/bot-wiki/online/images/api-231017/qqrobot-feedback.jpg) 反馈

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

### 数据结构

Expand Down Expand Up @@ -43,7 +43,7 @@ QQ机器人开放平台支持通过使用HTTP接口接收事件。开发者可

### 签名校验
机器人服务端需要对回调请求进行签名验证以保证数据没有被篡改过。
[签名算法](opcode.md)
[签名算法](sign.md)

### 回调地址及事件监听配置

Expand Down

0 comments on commit 43d91ca

Please sign in to comment.