diff --git a/.github/workflows/pr-open-check.yml b/.github/workflows/pr-open-check.yml index d109fb4e..fb4ec7aa 100644 --- a/.github/workflows/pr-open-check.yml +++ b/.github/workflows/pr-open-check.yml @@ -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') }} diff --git a/docs/develop/api-v2/server-inter/message/send-receive/send.md b/docs/develop/api-v2/server-inter/message/send-receive/send.md index 358920b1..945ac001 100644 --- a/docs/develop/api-v2/server-inter/message/send-receive/send.md +++ b/docs/develop/api-v2/server-inter/message/send-receive/send.md @@ -1,4 +1,10 @@ # 发送消息 + +::: danger 注意 +主动推送能力与2025年4月21日不再提供,届时接口调用会返回失败。 +公告信息:[【关于QQ机器人消息推送策略调整通知】](https://q.qq.com/miniapp#/news/detail/974e66a946a5e54c441ca983585a7aab) +::: + ::: tip 说明