Authored by 孙凯

add 数据埋点 尾端固定格式 review by hongmo

... ... @@ -1057,7 +1057,8 @@ function autoReportData(channlStr='boy',floorName='',floorID=1,floorIndex=1,inFl
P_NAME : "iFP_Home",
P_PARAM : channlStr,
I_INDEX : inFloorIndex,
PRD_SKN : skn
PRD_SKN : skn,
exposureEnd : 1,
}
}else {
param = {
... ... @@ -1068,6 +1069,7 @@ function autoReportData(channlStr='boy',floorName='',floorID=1,floorIndex=1,inFl
F_INDEX : floorIndex,
I_INDEX : inFloorIndex,
ACTION_URL : actionUrl,
exposureEnd : 1,
}
}
return param;
... ...