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

develop
admin 2024-11-01 22:14:54 +08:00
parent 62c619827f
commit c7f312c9f1
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const actions = {
})
return
}
const randoms = randomRes.result
const randoms = randomRes.data
console.log('loginRandom:', randoms)
trxSoftLogin({clientHello, randoms, password: loginParam.password}).then(loginRes=>{
console.log('调用 trxSoftLogin 方法,接口返回结果为:', loginRes)