fix: 天融信登录传参修改

develop
时启龙 2024-08-28 22:24:27 +08:00
parent b3946f8182
commit c0cf72d07d
1 changed files with 4 additions and 1 deletions

View File

@ -52,8 +52,11 @@ const actions = {
})
return
}
const loginName = 'key'
trxLogin({
clientHello,
loginName,
passwd: password,
clientHello, // 其实是接口文档里面的 cookie
serverHello: ClientAuth
}).then(tokenRes => {
console.log('调用 trxLogin 方法,接口返回结果为:', tokenRes)