mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
!382 统一登录,授权
This commit is contained in:
@ -57,9 +57,8 @@ public class SysSocialBo extends TenantEntity {
|
||||
private String refreshToken;
|
||||
|
||||
/**
|
||||
* 用户的 open id
|
||||
* 平台唯一id
|
||||
*/
|
||||
@NotBlank(message = "用户的 open id不能为空", groups = { AddGroup.class, EditGroup.class })
|
||||
private String openId;
|
||||
|
||||
/**
|
||||
@ -139,4 +138,5 @@ public class SysSocialBo extends TenantEntity {
|
||||
private String oauthTokenSecret;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
@ -73,7 +73,7 @@ public class SysSocialVo implements Serializable {
|
||||
/**
|
||||
* 用户的 open id
|
||||
*/
|
||||
@ExcelProperty(value = "用户的 open id")
|
||||
@ExcelProperty(value = "平台的唯一id")
|
||||
private String openId;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user