Browse Source

接口异常修复

callm 1 month ago
parent
commit
65296326c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/uas/eis/entity/HelperType.java

+ 1 - 1
src/main/java/com/uas/eis/entity/HelperType.java

@@ -42,7 +42,7 @@ public enum HelperType {
     GetMechRevoKey("GetMechRevoKey","获取Key信息"),
     GetTestRevoKey("GetTestRevoKey","获取Key信息"),
     SetTestValue("SetTestValue","写入SN对应的HashValue"),
-    GetTestValue("SetCRBValue","写入SN对应的HashValue"),
+    GetTestValue("GetTestValue","写入SN对应的HashValue"),
     GetAcerRevoKey("GetAcerRevoKey","获取Key信息"),
     SetAcerValue("SetAcerValue","写入SN对应的HashValue"),
     GetAcerValue("GetAcerValue","写入SN对应的HashValue"),