模拟uKey登录,场景测试

develop
bayuzhen 2024-08-26 16:26:36 +08:00
parent 2d147f8161
commit 297b04d12b
1 changed files with 2 additions and 1 deletions

View File

@ -129,8 +129,9 @@ public class TrxServiceImpl implements TrxService {
}
String trxToken = result.getString("token");
String userId = result.getString("userId");
// 处理ukey登录用户
log.info("开始uKey登录用户入库");
log.info("开始uKey登录用户入库, userId:" + userId);
saveUserByTrx(userId);
log.info("uKey登录用户入库结束");
// 登录