diff --git a/frameworks/js/napi/src/manager/napi_push_callback.cpp b/frameworks/js/napi/src/manager/napi_push_callback.cpp index 632a38b6ffa61a072b3a867713b50b9b052e86ed..c3543968b351f8c250ef13cf48181edb5aff5362 100644 --- a/frameworks/js/napi/src/manager/napi_push_callback.cpp +++ b/frameworks/js/napi/src/manager/napi_push_callback.cpp @@ -122,7 +122,7 @@ int32_t JSPushCallBack::OnCheckNotification(const std::string ¬ificationData) SetJsPropertyInt32("creatorUserId", checkInfo->GetCreatorUserId(), jsResult); SetJsPropertyInt32("slotType", static_cast(slotType), jsResult); SetJsPropertyString("label", checkInfo->GetLabel(), jsResult); - SetJsPropertyWantParams("extraInfo", checkInfo->GetExtraInfo(), jsResult); + SetJsPropertyWantParams("extraInfos", checkInfo->GetExtraInfo(), jsResult); napi_value funcResult; napi_value argv[] = { jsResult };