模拟uKey登录,场景测试

develop
bayuzhen 2024-08-26 16:35:18 +08:00
parent 297b04d12b
commit 49679a40c1
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ public class TrxServiceImpl implements TrxService {
log.error("用户登录失败:", e);
return new GeneralResult(false, "用户登录失败" + e.getMessage());
}
return new GeneralResult(true, login, "用户登录成功");
return login;
}
private void saveUserByTrx(String userId) {