代码调整、修改设备检测人bug

This commit is contained in:
caozehui
2025-03-28 09:32:50 +08:00
parent fef01b692a
commit 48408859b1
22 changed files with 107 additions and 39 deletions

View File

@@ -86,6 +86,7 @@ public class AuthController extends BaseController {
Map<String, Object> map = new HashMap<>();
map.put("name", user.getName());
map.put("id", user.getId());
token.setUserInfo(map);