Skip to content

Commit e531597

Browse files
zkd8907lemanzhang
authored andcommitted
docs: 主动发送消息下线通知
1 parent 0aa50a8 commit e531597

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/pr-open-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: yarn-cache-dir-path
2222
run: echo "::set-output name=dir::$(yarn cache dir)"
2323

24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v4
2525
with:
2626
path: '**/node_modules'
2727
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

docs/develop/api-v2/server-inter/message/send-receive/send.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# 发送消息
2+
3+
::: danger 注意
4+
主动推送能力与2025年4月21日不再提供,届时接口调用会返回失败。
5+
公告信息:[【关于QQ机器人消息推送策略调整通知】](https://q.qq.com/miniapp#/news/detail/974e66a946a5e54c441ca983585a7aab)
6+
:::
7+
28
<!-- > 发送消息分为,主动推送与被动回复,主动消息和被动消息在不同的场景下,发送的频次有不同的规则。
39
> 发送消息的接口有4个场景:QQ单聊、QQ群聊、文字子频道、频道私信 -->
410
::: tip 说明

0 commit comments

Comments
 (0)