Skip to content

Commit f56bc61

Browse files
committed
Update group.md
规范了一下格式
1 parent c6e2bb0 commit f56bc61

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/api/web/v1/group.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ POST /v1/group/group-info
88

99
请求体:
1010

11-
```JSON
12-
{"groupId": "big" // 你要查询群组的ID }
11+
```JSONC
12+
{
13+
"groupId": "big" // 你要查询群组的ID
14+
}
1315
```
1416

1517
响应体:
1618

17-
```JSON
19+
```JSONC
1820
{
1921
"code": 1,
2022
"data": {
@@ -80,4 +82,4 @@ POST /v1/group/group-info
8082
},
8183
"msg": "success"
8284
}
83-
```
85+
```

0 commit comments

Comments
 (0)