接口 UserService
-
- 所有已知实现类:
UserServiceImpl
public interface UserService
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Response<JwtResponse>authenticate(UserEntity configure)Response<Long>changePassword(UserPasswordBody configure)Response<Long>changeThirdConfigure(Map<String,Map<String,Object>> configure)Response<Long>changeUsername(UserNameBody configure)Response<UserEntity>info(Long userId)Response<UserEntity>saveOrUpdate(UserEntity configure)Response<Object>startChat(UserQuestionBody configure)
-
-
-
方法详细资料
-
saveOrUpdate
Response<UserEntity> saveOrUpdate(UserEntity configure)
-
authenticate
Response<JwtResponse> authenticate(UserEntity configure)
-
info
Response<UserEntity> info(Long userId)
-
changePassword
Response<Long> changePassword(UserPasswordBody configure)
-
changeUsername
Response<Long> changeUsername(UserNameBody configure)
-
changeThirdConfigure
Response<Long> changeThirdConfigure(Map<String,Map<String,Object>> configure)
-
startChat
Response<Object> startChat(UserQuestionBody configure)
-
-