记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
1689fae8
Commit
1689fae8
authored
Sep 27, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+msg
parent
02d23906
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
PlatformTaskHandler.java
...et/service/executor/main/handler/PlatformTaskHandler.java
+1
-1
SweetCityVoteTaskHandler.java
...rvice/executor/main/handler/SweetCityVoteTaskHandler.java
+1
-1
SweetWechatTaskHandler.java
...service/executor/main/handler/SweetWechatTaskHandler.java
+1
-1
No files found.
liquidnet-bus-service/liquidnet-service-executor-all/liquidnet-service-executor-main/src/main/java/com/liquidnet/service/executor/main/handler/PlatformTaskHandler.java
View file @
1689fae8
...
@@ -29,7 +29,7 @@ public class PlatformTaskHandler {
...
@@ -29,7 +29,7 @@ public class PlatformTaskHandler {
String
result
=
feignPlatformAlipayBackClient
.
alipayActiveCallback
().
getData
();
String
result
=
feignPlatformAlipayBackClient
.
alipayActiveCallback
().
getData
();
log
.
info
(
"alipayActiveCallback:结果:"
+
result
);
log
.
info
(
"alipayActiveCallback:结果:"
+
result
);
ReturnT
<
String
>
success
=
ReturnT
.
SUCCESS
;
ReturnT
<
String
>
success
=
ReturnT
.
SUCCESS
;
success
.
set
Content
(
result
);
success
.
set
Msg
(
result
);
return
success
;
return
success
;
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
log
.
error
(
"exception of handler:{}"
,
e
.
getMessage
(),
e
);
log
.
error
(
"exception of handler:{}"
,
e
.
getMessage
(),
e
);
...
...
liquidnet-bus-service/liquidnet-service-executor-all/liquidnet-service-executor-main/src/main/java/com/liquidnet/service/executor/main/handler/SweetCityVoteTaskHandler.java
View file @
1689fae8
...
@@ -24,7 +24,7 @@ public class SweetCityVoteTaskHandler {
...
@@ -24,7 +24,7 @@ public class SweetCityVoteTaskHandler {
Boolean
data
=
feignSweetTaskActivityClient
.
setStatList
().
getData
();
Boolean
data
=
feignSweetTaskActivityClient
.
setStatList
().
getData
();
log
.
info
(
"cityVoteStatHandler:结果:{}"
,
data
);
log
.
info
(
"cityVoteStatHandler:结果:{}"
,
data
);
ReturnT
<
String
>
success
=
ReturnT
.
SUCCESS
;
ReturnT
<
String
>
success
=
ReturnT
.
SUCCESS
;
success
.
set
Content
(
String
.
valueOf
(
data
));
success
.
set
Msg
(
String
.
valueOf
(
data
));
return
success
;
return
success
;
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
log
.
error
(
"exception of handler:{}"
,
e
.
getMessage
(),
e
);
log
.
error
(
"exception of handler:{}"
,
e
.
getMessage
(),
e
);
...
...
liquidnet-bus-service/liquidnet-service-executor-all/liquidnet-service-executor-main/src/main/java/com/liquidnet/service/executor/main/handler/SweetWechatTaskHandler.java
View file @
1689fae8
...
@@ -24,7 +24,7 @@ public class SweetWechatTaskHandler {
...
@@ -24,7 +24,7 @@ public class SweetWechatTaskHandler {
Object
data
=
feignSweetWechatClient
.
send
().
getData
();
Object
data
=
feignSweetWechatClient
.
send
().
getData
();
log
.
info
(
"sendWechatMsgHandler:结果:{}"
,
data
);
log
.
info
(
"sendWechatMsgHandler:结果:{}"
,
data
);
ReturnT
<
String
>
success
=
ReturnT
.
SUCCESS
;
ReturnT
<
String
>
success
=
ReturnT
.
SUCCESS
;
success
.
set
Content
(
String
.
valueOf
(
data
));
success
.
set
Msg
(
String
.
valueOf
(
data
));
return
success
;
return
success
;
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
log
.
error
(
"exception of handler:{}"
,
e
.
getMessage
(),
e
);
log
.
error
(
"exception of handler:{}"
,
e
.
getMessage
(),
e
);
...
...
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