Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-union
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
DengXinFei
8 years ago
Commit
10023733536e1437490d837ddb041764f52d927b
1 parent
b354fa0b
修改邀请码激活替换的问题 --update by 邓新飞
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/src/main/java/com/yoho/unions/server/service/impl/UnionServiceImpl.java
server/src/main/java/com/yoho/unions/server/service/impl/UnionServiceImpl.java
View file @
1002373
...
...
@@ -537,7 +537,7 @@ public class UnionServiceImpl implements IUnionService,ApplicationEventPublisher
if
(
StringUtils
.
isNotEmpty
(
landingUrl
)
&&
StringUtils
.
isNotEmpty
(
click
.
getInvite_code
())){
landingUrl
=
landingUrl
.
replace
(
"invitecodeValue"
,
click
.
getInvite_code
());
}
result
.
put
(
"landing_page_url"
,
StringUtils
.
isEmpty
(
landingUrl
)
?
""
:
mktMarketingUrl
.
getLandingPageUrl
()
);
result
.
put
(
"landing_page_url"
,
StringUtils
.
isEmpty
(
landingUrl
)
?
""
:
landingUrl
);
activeUnion
.
info
(
"active union. union_type = {}, landing_page_url = {}, result = {}, idfa = {}, imei = {}"
,
click
.
getUnion_type
(),
landingUrl
,
result
,
request
.
getIdfa
(),
request
.
getImei
());
String
url
=
null
;
...
...
Please
register
or
login
to post a comment