提交 79b53e7c 编写于 作者: Q Qwink2016

更新功能函数的传参错误问题

Signed-off-by: NQwink2016 <714794360@qq.com>
Change-Id: I4f97eaad066dd9711cdf0d00facc05a586e9c915
上级 01f236ee
......@@ -21,7 +21,7 @@ let challenge = stringToUint8Array("challenge_data");
let versionInfo = stringToUint8Array("version_info");
let keyAliasString = "key attest";
function attestKey(str) {
function attestKey(srcKeyAlies, HuksOptions) {
return new Promise((resolve, reject) => {
huks.attestKey(srcKeyAlies, HuksOptions, function (err, data) {
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册