添加二次认证hostid

This commit is contained in:
lijun 2025-10-13 20:07:17 +08:00
parent 10d6cce1bf
commit e9ef776c76
1 changed files with 2 additions and 1 deletions

View File

@ -217,7 +217,8 @@ const secondAuthLogin = async () => {
let req = {
state: second_auth_state_key.value,
type: second_auth_method.value,
code: second_auth_code.value
code: second_auth_code.value,
host_id: param.fingerprint
};
let result = await secondAuthLoginService(req);
if (result["code"] === 0) {