fix: 天融信登录传参修改
parent
b3946f8182
commit
c0cf72d07d
|
@ -52,8 +52,11 @@ const actions = {
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
const loginName = 'key'
|
||||||
trxLogin({
|
trxLogin({
|
||||||
clientHello,
|
loginName,
|
||||||
|
passwd: password,
|
||||||
|
clientHello, // 其实是接口文档里面的 cookie
|
||||||
serverHello: ClientAuth
|
serverHello: ClientAuth
|
||||||
}).then(tokenRes => {
|
}).then(tokenRes => {
|
||||||
console.log('调用 trxLogin 方法,接口返回结果为:', tokenRes)
|
console.log('调用 trxLogin 方法,接口返回结果为:', tokenRes)
|
||||||
|
|
Loading…
Reference in New Issue