Support fulltext acquirement in infzm (#8590)

This commit is contained in:
Peng Guanwen
2021-11-27 17:16:08 +08:00
committed by GitHub
parent 5e889894b5
commit 0230a94673
3 changed files with 15 additions and 17 deletions

View File

@@ -202,6 +202,9 @@ const calculateValue = () => {
ipb_pass_hash: envs.EH_IPB_PASS_HASH,
sk: envs.EH_SK,
},
infzm: {
cookie: envs.INFZM_COOKIE,
},
};
};
calculateValue();