Skip to content

Commit ef3e819

Browse files
committed
Update group.md
修复了没有","的问题
1 parent 9085098 commit ef3e819

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
@@ -441,7 +441,7 @@ POST /v1/group-tag/create
441441
```JSONC
442442
{
443443
"groupId": "123", // 目标群聊ID
444-
"userId": "123" // 踢出用户ID
444+
"userId": "123", // 踢出用户ID
445445
"gag": 0 // 禁言时间,0-取消禁言
446446
}
447447
```

0 commit comments

Comments
 (0)