Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
marketing
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
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
dingjy
marketing
Commits
cf231ff7
Commit
cf231ff7
authored
Apr 25, 2024
by
宋新宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上报切换 短剧app
parent
2f0cdd75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
VideoAppJRTTNotify.java
.../lwby/marketing/notify/media/jrtt/VideoAppJRTTNotify.java
+2
-2
No files found.
src/main/java/com/lwby/marketing/notify/media/jrtt/VideoAppJRTTNotify.java
View file @
cf231ff7
...
...
@@ -60,7 +60,7 @@ public class VideoAppJRTTNotify extends MobileNotify {
//TODO;测试不执行
String
result
=
HttpUtil
.
post
(
ATTRIBUTE_URL
,
userJson
);
Integer
resultCode
=
(
Integer
)
JSON
.
parseObject
(
result
).
get
(
"code"
);
log
.
info
(
"VideoAppJRTTNotify android Callback info:{}
"
,
userJson
);
log
.
info
(
"VideoAppJRTTNotify android Callback info:{}
,resultCode={}"
,
userJson
,
resultCode
);
if
(
Objects
.
equals
(
na
.
getType
(),
0
))
{
sendAutoAttribute
(
ci
,
ddi
,
uploadAndroidUrl
);
}
...
...
@@ -93,7 +93,7 @@ public class VideoAppJRTTNotify extends MobileNotify {
//TODO;测试不执行
String
result
=
HttpUtil
.
post
(
ATTRIBUTE_URL
,
userJson
);
Integer
resultCode
=
(
Integer
)
JSON
.
parseObject
(
result
).
get
(
"code"
);
log
.
info
(
"VideoAppJRTTNotify ios Callback info:{}
"
,
userJson
);
log
.
info
(
"VideoAppJRTTNotify ios Callback info:{}
,resultCode={}"
,
userJson
,
resultCode
);
if
(
Objects
.
equals
(
na
.
getType
(),
0
))
{
sendAutoAttribute
(
ci
,
ddi
,
uploadIosUrl
);
}
...
...
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