This commit is contained in:
2023-06-20 17:20:28 +08:00
parent efab939bdf
commit 2ec376f0f8
10 changed files with 292 additions and 255 deletions

View File

@ -15,6 +15,7 @@ public interface SysUserDetailsApiService {
* 查询UserDetails 并缓存到Redis中
*
* @param username username
* @param deviceSn deviceSn
* @return UserDetails
*/
UserDetails toCache(String username, String deviceSn);