From 943a37f5e72fa8dacb4171ea8f118752f2e1c2b2 Mon Sep 17 00:00:00 2001 From: zhangrn98 Date: Thu, 9 Apr 2026 15:10:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=8Ereply=E4=B8=AD?= =?UTF-8?q?=E8=8E=B7=E5=8F=96want?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangrn98 --- .../src/manager/zidl/app_domain_verify_mgr_service_proxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/src/manager/zidl/app_domain_verify_mgr_service_proxy.cpp b/services/src/manager/zidl/app_domain_verify_mgr_service_proxy.cpp index ffbe397..d172b1a 100644 --- a/services/src/manager/zidl/app_domain_verify_mgr_service_proxy.cpp +++ b/services/src/manager/zidl/app_domain_verify_mgr_service_proxy.cpp @@ -386,7 +386,7 @@ int AppDomainVerifyMgrServiceProxy::QueryAppDetailsWant(const std::string& url, APP_DOMAIN_VERIFY_HILOGE(APP_DOMAIN_VERIFY_MGR_MODULE_CLIENT, "result failed, result: %d", result); return result; } - std::unique_ptr w(data.ReadParcelable()); + std::unique_ptr w(reply.ReadParcelable()); if (!w) { APP_DOMAIN_VERIFY_HILOGE(APP_DOMAIN_VERIFY_MGR_MODULE_SERVICE, "read parcelable want failed."); return ERR_INVALID_VALUE;