From bd4882b2884161547586db9c0a5c9302fabe6fd5 Mon Sep 17 00:00:00 2001 From: xiongqiao Date: Thu, 24 Aug 2023 19:33:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=AE=A1=E8=AE=A1=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9=20Signed-off-by:x?= =?UTF-8?q?iongqiao3@huawei.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiongqiao --- services/src/print_security_guard_info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/src/print_security_guard_info.cpp b/services/src/print_security_guard_info.cpp index 5fb53831..8dc6b484 100644 --- a/services/src/print_security_guard_info.cpp +++ b/services/src/print_security_guard_info.cpp @@ -79,7 +79,7 @@ nlohmann::json PrintSecurityGuardInfo::ToJson() nlohmann::json securityGuardInfoJson; securityGuardInfoJson["type"] = 0; - securityGuardInfoJson["subType_"] = subType_; + securityGuardInfoJson["subType"] = subType_; securityGuardInfoJson["caller"] = caller_; securityGuardInfoJson["objectInfo"] = objectInfo_; securityGuardInfoJson["bootTime"] = bootTime_; -- Gitee