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
unknown
7 years ago
Commit
00a01fb68830dbe5f2e7b82d5eab976cf4dd1c24
1 parent
eb93a7d7
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
server/src/main/java/com/yoho/unions/server/restapi/ClickUnionRest.java
server/src/main/java/com/yoho/unions/server/restapi/ClickUnionRest.java
View file @
00a01fb
...
...
@@ -456,6 +456,9 @@ public class ClickUnionRest implements ApplicationEventPublisherAware{
if
(
StringUtils
.
isNotEmpty
(
bo
.
getClient_type
())&&
bo
.
getClient_type
().
equals
(
ClientTypeEnum
.
ANDROID
.
getName
())){
bo
.
setInterfaceType
(
"addMonitor_android"
);
}
if
(
StringUtils
.
isNotBlank
(
bo
.
getImei
())){
bo
.
setInterfaceType
(
"addMonitor_android"
);
}
clickUnion
.
info
(
"addMonitor request={}"
,
bo
);
//根据union_type区分不同的厂商
String
union_type
=
request
.
getParameter
(
"union_type"
);
...
...
Please
register
or
login
to post a comment