登录调整

This commit is contained in:
2024-05-30 09:51:45 +08:00
parent fc962e62b7
commit b8b80415cd
2 changed files with 12 additions and 21 deletions

View File

@@ -133,7 +133,7 @@ public class LoginService {
//展示描述
//图标
// map.put("", );
log.info("登录结果:" + JSONUtil.toJSONString(map));
log.info("登录传参 结果:" + JSONUtil.toJSONString(map));
return Result.success(CodeEnum.SUCCESS, map);
} catch (Exception e) {
e.printStackTrace();