chore: 移除微信授权登录和AI 模块

This commit is contained in:
Ray.Hao
2026-02-11 11:35:04 +08:00
parent 0fb278f6ff
commit e735f768b5
37 changed files with 39 additions and 2104 deletions

View File

@@ -53,18 +53,6 @@ public interface UserMapper extends BaseMapper<User> {
return getAuthInfoByUsername(username);
}
/**
* 根据微信openid获取用户认证信息
*
* @param openid 微信openid
* @return 认证信息
*/
UserAuthInfo getAuthInfoByOpenId(String openid);
default UserAuthInfo getAuthCredentialsByOpenId(String openid) {
return getAuthInfoByOpenId(openid);
}
/**
* 根据手机号获取用户认证信息
*