Skip to content

Commit 8d3a1be

Browse files
committed
Update group.md
标明邀请进群的信息请求体声明
1 parent 30348a0 commit 8d3a1be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/v1/group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ POST /v1/group/invite
320320

321321
```JSONC
322322
{
323-
"chatId": "123", // 邀请成员ID
323+
"chatId": "123", // 邀请成员ID,必须为目标用户token已添加的token
324324
"chatType": 1, // 邀请成员类别,1-用户,3-机器人
325325
"groupId": "123" // 目标群聊
326326
}

0 commit comments

Comments
 (0)