huminmin
7 天以前 481eb2249f2886c3a6ea8445820a2ec5f153d4da
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/oauth2/OAuth2UserController.java
@@ -32,7 +32,7 @@
 * 1. 在 getUserInfo 方法上,添加 @PreAuthorize("@ss.hasScope('user.read')") 注解,声明需要满足 scope = user.read
 * 2. 在 updateUserInfo 方法上,添加 @PreAuthorize("@ss.hasScope('user.write')") 注解,声明需要满足 scope = user.write
 *
 * @author 芋道源码
 * @author 超级管理员
 */
@Tag(name = "管理后台 - OAuth2.0 用户")
@RestController