From 6c2d13ccbf4d3e100dc2b665f07691b4ce3031cc Mon Sep 17 00:00:00 2001 From: Me0wo <152751263+Sn0wo2@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:44:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20group=5Fpoke=20?= =?UTF-8?q?=E5=92=8C=20friend=5Fpoke?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/develop/api/doc.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/src/develop/api/doc.md b/src/develop/api/doc.md index 51f2b36..47dbcc4 100644 --- a/src/develop/api/doc.md +++ b/src/develop/api/doc.md @@ -11,7 +11,32 @@ | 字段名 | 数据类型 | 默认值 | 说明 | | ---------------- | -------- | ------ | ----------- | -| `group_id` | string | - | 群号 | +| `group_id` | string | - | 群号 | + +### 响应数据 + +无 + +## group_poke - 群聊戳一戳 + +### 参数 + +| 字段名 | 数据类型 | 默认值 | 说明 | +| ---------------- | -------- | ------ | ----------- | +| `group_id` | number | - | 群号 | +| `user_id` | number | - | 对方 QQ 号 | + +### 响应数据 + +无 + +## friend_poke - 私聊戳一戳 + +### 参数 + +| 字段名 | 数据类型 | 默认值 | 说明 | +| ---------------- | -------- | ------ | ----------- | +| `user_id` | number | - | 对方 QQ 号 | ### 响应数据 From 16744acf473af39a61461e0f0db213c704979f33 Mon Sep 17 00:00:00 2001 From: Me0wo <152751263+Sn0wo2@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:46:52 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BE=A4=E7=AD=BE?= =?UTF-8?q?=E5=88=B0=E5=88=B0api.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/develop/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/develop/api.md b/src/develop/api.md index 3331df6..42f643a 100644 --- a/src/develop/api.md +++ b/src/develop/api.md @@ -103,6 +103,7 @@ NapCatQQ 实现了 [OneBot 11](https://11.onebot.dev/) 以及 [go-cqhttp](https: | Api | 介绍 | 可用 | 备注 | | ------------------------------ | -------------------- | :---: | ------- | +| `set_group_sign` | 群签到 | ✅ | | | `ArkSharePeer` | 推荐联系人/群聊 | ✅ | | | `ArkShareGroup` | 推荐群聊 | ✅ | | | `get_robot_uin_range` | 获取机器人QQ号区间 | ✅ | |