Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
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
mali
5 years ago
Commit
de2563b11cef70c34cb0be1aa7ac88da34298d0d
1 parent
76f9c25d
上链迁移
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
product/src/main/java/com/yohoufo/product/service/impl/ProductIdentifyServiceImpl.java
product/src/main/java/com/yohoufo/product/service/impl/ProductIdentifyServiceImpl.java
View file @
de2563b
...
...
@@ -603,7 +603,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{
infoMap
.
put
(
"last_transaction_id"
,
productChain
.
getTransactionId
());
}
logger
.
info
(
"req url is {}, params is {}"
,
syncBlockChain_url
,
infoMap
);
String
result
=
serviceCaller
.
post
(
""
,
syncBlockChain_url
,
infoMap
,
String
.
class
,
null
).
get
(
5
);
String
result
=
serviceCaller
.
call
(
"ufoPlatform.addItem"
,
infoMap
,
String
.
class
,
5
);
logger
.
info
(
" result is {}"
,
result
);
}
...
...
Please
register
or
login
to post a comment