1. 登录模块新增软key登录模块代码

develop
admin 2024-11-01 21:17:43 +08:00
parent a236810516
commit 877b0aa34a
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ public class TrxServiceImpl implements TrxService {
String url = trxUrl + "/pwdAuthen";
String s1 = Sha256Util.sha256(trxAuthModel.getPassword());
log.info("密码s1 sha256值:" + s1);
log.info("getRandoms 值:" + trxAuthModel.getRandoms());
String rs1 = Sha256Util.sha256(trxAuthModel.getRandoms() + s1);
log.info("密码rs1 sha256值:" + rs1);