!382 统一登录,授权

This commit is contained in:
三个三
2023-07-02 07:24:14 +00:00
committed by 疯狂的狮子Li
parent 6bbe11d494
commit 6b14778691
10 changed files with 216 additions and 93 deletions

View File

@ -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;
}

View File

@ -73,7 +73,7 @@ public class SysSocialVo implements Serializable {
/**
* 用户的 open id
*/
@ExcelProperty(value = "用户的 open id")
@ExcelProperty(value = "平台的唯一id")
private String openId;
/**