We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa50a8 commit e531597Copy full SHA for e531597
.github/workflows/pr-open-check.yml
@@ -21,7 +21,7 @@ jobs:
21
id: yarn-cache-dir-path
22
run: echo "::set-output name=dir::$(yarn cache dir)"
23
24
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
25
with:
26
path: '**/node_modules'
27
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
docs/develop/api-v2/server-inter/message/send-receive/send.md
@@ -1,4 +1,10 @@
1
# 发送消息
2
+
3
+::: danger 注意
4
+主动推送能力与2025年4月21日不再提供,届时接口调用会返回失败。
5
+公告信息:[【关于QQ机器人消息推送策略调整通知】](https://q.qq.com/miniapp#/news/detail/974e66a946a5e54c441ca983585a7aab)
6
+:::
7
8
<!-- > 发送消息分为,主动推送与被动回复,主动消息和被动消息在不同的场景下,发送的频次有不同的规则。
9
> 发送消息的接口有4个场景:QQ单聊、QQ群聊、文字子频道、频道私信 -->
10
::: tip 说明
0 commit comments