### 请求 /system/oauth2/user/get 接口 => 成功 
 | 
GET {{baseUrl}}/system/oauth2/user/get 
 | 
Authorization: Bearer 47f9c74ec11041f193b777ebb95c3b0d 
 | 
tenant-id: {{adminTenentId}} 
 | 
  
 | 
### 请求 /system/oauth2/user/update 接口 => 成功 
 | 
PUT {{baseUrl}}/system/oauth2/user/update 
 | 
Content-Type: application/json 
 | 
Authorization: Bearer 47f9c74ec11041f193b777ebb95c3b0d 
 | 
tenant-id: {{adminTenentId}} 
 | 
  
 | 
{ 
 | 
  "nickname": "芋道源码" 
 | 
} 
 |