Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
flink-monitor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵建伟
flink-monitor
Commits
76f6d7f2
Commit
76f6d7f2
authored
Mar 20, 2020
by
赵建伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update codes
parent
a741c21b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
PortraitMonitorShdOperator.java
...mei/data/monitor/operator/PortraitMonitorShdOperator.java
+6
-4
No files found.
src/main/java/com/gmei/data/monitor/operator/PortraitMonitorShdOperator.java
View file @
76f6d7f2
...
@@ -99,9 +99,10 @@ public class PortraitMonitorShdOperator implements BaseOperator{
...
@@ -99,9 +99,10 @@ public class PortraitMonitorShdOperator implements BaseOperator{
String
action
=
sysObject
.
getString
(
"action"
);
String
action
=
sysObject
.
getString
(
"action"
);
if
(
null
!=
action
)
{
if
(
null
!=
action
)
{
if
(
"/api/private_conversation/"
.
equals
(
action
)
if
(
"/api/private_conversation/"
.
equals
(
action
)
||
"/api/initiate/interest_record"
.
equals
(
action
)
//|| "/api/initiate/interest_record".equals(action)
||
"/api/one_image/share/v3"
.
equals
(
action
)
//|| "/api/one_image/share/v3".equals(action)
||
"/gm_ai/face_app/test_skin"
.
equals
(
action
))
{
//|| "/gm_ai/face_app/test_skin".equals(action)
)
{
jsonObject
.
put
(
"statistics_action"
,
action
);
jsonObject
.
put
(
"statistics_action"
,
action
);
return
true
;
return
true
;
}
}
...
@@ -138,7 +139,8 @@ public class PortraitMonitorShdOperator implements BaseOperator{
...
@@ -138,7 +139,8 @@ public class PortraitMonitorShdOperator implements BaseOperator{
if
(
"do_search"
.
equals
(
type
)
if
(
"do_search"
.
equals
(
type
)
||
"goto_welfare_detail"
.
equals
(
type
)
||
"goto_welfare_detail"
.
equals
(
type
)
||
"on_click_card"
.
equals
(
type
)
||
"on_click_card"
.
equals
(
type
)
||
"home_click_section"
.
equals
(
type
))
{
//|| "home_click_section".equals(type)
)
{
jsonObject
.
put
(
"statistics_action"
,
type
);
jsonObject
.
put
(
"statistics_action"
,
type
);
return
true
;
return
true
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment