dengzedong
2024-12-24 76743b009ca5ea67557fcab597b332f8d1947813
提交 | 用户 | 时间
e7c126 1 ### 请求 /system/oauth2/user/get 接口 => 成功
H 2 GET {{baseUrl}}/system/oauth2/user/get
3 Authorization: Bearer 47f9c74ec11041f193b777ebb95c3b0d
4 tenant-id: {{adminTenentId}}
5
6 ### 请求 /system/oauth2/user/update 接口 => 成功
7 PUT {{baseUrl}}/system/oauth2/user/update
8 Content-Type: application/json
9 Authorization: Bearer 47f9c74ec11041f193b777ebb95c3b0d
10 tenant-id: {{adminTenentId}}
11
12 {
13   "nickname": "iailab"
14 }