Skip to content

Commit f0e6f1d

Browse files
committed
Update user.md
规范了一下格式
1 parent 09885c5 commit f0e6f1d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/api/web/v1/user.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GET /v1/user/info
1414

1515
响应体:
1616

17-
```JSON
17+
```JSONC
1818
{
1919
"code": 1, // 响应码,1表示正常
2020
"data": {
@@ -41,7 +41,7 @@ GET /v1/user/homepage?userId=你要查询的用户ID(例如7058262)
4141

4242
响应体:
4343

44-
```JSON
44+
```JSONC
4545
{
4646
"code": 1,
4747
"data": {
@@ -68,4 +68,4 @@ GET /v1/user/homepage?userId=你要查询的用户ID(例如7058262)
6868
},
6969
"msg": "success"
7070
}
71-
```
71+
```

0 commit comments

Comments
 (0)