Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-finance
Overview
Overview
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
base_platform_enterprise
gic-platform-finance
Commits
3eb80e9b
Commit
3eb80e9b
authored
Mar 09, 2020
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加todo
parent
0461d395
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
AsynCallbackUtils.java
...src/main/java/com/gic/finance/util/AsynCallbackUtils.java
+1
-0
No files found.
gic-platform-finance-service/src/main/java/com/gic/finance/util/AsynCallbackUtils.java
View file @
3eb80e9b
...
...
@@ -31,6 +31,7 @@ public class AsynCallbackUtils {
public
static
void
callBack
(
Object
obj
,
String
interfaceUrl
,
String
method
)
{
logger
.
info
(
"转账审批回调:{},接口路径:{},接口方法名称:{}"
,
JSONObject
.
toJSONString
(
obj
),
interfaceUrl
,
method
);
RegistryConfig
registry
=
new
RegistryConfig
();
//todo 上线修改zookeeper地址
registry
.
setAddress
(
"zookeeper://10.105.220.75:2199"
);
registry
.
setCheck
(
false
);
ReferenceConfig
<
GenericService
>
reference
=
new
ReferenceConfig
<>();
...
...
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