From 99e59628f38d97f9e648926a2b65c4959724e50e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E9=BE=99=E9=A3=9E?= Date: Wed, 16 Mar 2022 00:17:56 -0700 Subject: [PATCH] =?UTF-8?q?huks=E6=B7=BB=E5=8A=A0mock3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 郭龙飞 --- runtime/main/extend/systemplugin/huks.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/main/extend/systemplugin/huks.js b/runtime/main/extend/systemplugin/huks.js index a3de2be4..0d6bce4f 100755 --- a/runtime/main/extend/systemplugin/huks.js +++ b/runtime/main/extend/systemplugin/huks.js @@ -16,7 +16,7 @@ import { paramMock } from "./utils" export function mockHuks() { - + const HuksParamMock = { tag: '[PC preview] unknow tag', value: '[PC preview] unknow value', @@ -413,7 +413,7 @@ export function mockHuks() { HUKS_TAG_KEY_WRAP_TYPE : 1004, HUKS_TAG_KEY_AUTH_ID : 1005, HUKS_TAG_KEY_ROLE :1006, - HUKS_TAG_KEY_FLAG : 1007, + HUKS_TAG_KEY_FLAG : 1007, HUKS_TAG_IS_ASYNCHRONIZED: 1008, HUKS_TAG_SECURE_KEY_ALIAS : 1009, HUKS_TAG_SECURE_KEY_UUID :1010,