Skip to content

Commit c4d60c2

Browse files
committed
update get access_token
1 parent 9ba87bc commit c4d60c2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/develop/get-access-token.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,17 @@ Method:GET
4141
"refresh_token": "123456",
4242
"refresh_token_expire": 123456789,
4343
"staff_id": "12345678",
44+
"staff_name": "张三",
45+
"staff_type": "1",
4446
"user_id": "123-123-123-123"
4547
}
4648
}
4749
```
50+
51+
### staff_type 对应关系
52+
53+
| staff_type | 对应身份 |
54+
|------------|------|
55+
| 1 | 本科生 |
56+
| 2 | 研究生 |
57+
| 3 | 教职工 |

0 commit comments

Comments
 (0)