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;