refactor: 扩展 spring security 实现微信一键登录认证

This commit is contained in:
haoxr
2024-12-03 17:15:58 +08:00
parent db3da6b1dc
commit f3a32821ea
13 changed files with 391 additions and 102 deletions

View File

@@ -74,7 +74,7 @@ public class User extends BaseEntity {
private Integer isDeleted;
/**
* 微信openid
* 微信 OpenID
*/
private String openId;
private String openid;
}