Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/pr-open-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Expand Down
6 changes: 6 additions & 0 deletions docs/develop/api-v2/server-inter/message/send-receive/send.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 发送消息

::: danger 注意
主动推送能力与2025年4月21日不再提供,届时接口调用会返回失败。
公告信息:[【关于QQ机器人消息推送策略调整通知】](https://q.qq.com/miniapp#/news/detail/974e66a946a5e54c441ca983585a7aab)
:::

<!-- > 发送消息分为,主动推送与被动回复,主动消息和被动消息在不同的场景下,发送的频次有不同的规则。
> 发送消息的接口有4个场景:QQ单聊、QQ群聊、文字子频道、频道私信 -->
::: tip 说明
Expand Down
Loading