1. 登录模块新增软key登录模块代码
parent
62c619827f
commit
c7f312c9f1
|
@ -35,7 +35,7 @@ const actions = {
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const randoms = randomRes.result
|
const randoms = randomRes.data
|
||||||
console.log('loginRandom:', randoms)
|
console.log('loginRandom:', randoms)
|
||||||
trxSoftLogin({clientHello, randoms, password: loginParam.password}).then(loginRes=>{
|
trxSoftLogin({clientHello, randoms, password: loginParam.password}).then(loginRes=>{
|
||||||
console.log('调用 trxSoftLogin 方法,接口返回结果为:', loginRes)
|
console.log('调用 trxSoftLogin 方法,接口返回结果为:', loginRes)
|
||||||
|
|
Loading…
Reference in New Issue