Commit 76f6d7f2 authored by 赵建伟's avatar 赵建伟

update codes

parent a741c21b
......@@ -99,9 +99,10 @@ public class PortraitMonitorShdOperator implements BaseOperator{
String action = sysObject.getString("action");
if (null != action) {
if ("/api/private_conversation/".equals(action)
|| "/api/initiate/interest_record".equals(action)
|| "/api/one_image/share/v3".equals(action)
|| "/gm_ai/face_app/test_skin".equals(action)) {
//|| "/api/initiate/interest_record".equals(action)
//|| "/api/one_image/share/v3".equals(action)
//|| "/gm_ai/face_app/test_skin".equals(action)
) {
jsonObject.put("statistics_action", action);
return true;
}
......@@ -138,7 +139,8 @@ public class PortraitMonitorShdOperator implements BaseOperator{
if ("do_search".equals(type)
|| "goto_welfare_detail".equals(type)
|| "on_click_card".equals(type)
|| "home_click_section".equals(type)) {
//|| "home_click_section".equals(type)
) {
jsonObject.put("statistics_action", type);
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment