记得上下班打卡 | 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
7eea90b7
Commit
7eea90b7
authored
Apr 02, 2022
by
jiangxiulong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_nft_411' into dev_nft_411
parents
faa9d5ed
227a3e48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
liquidnet-service-galaxy-dev.yml
...-config/liquidnet-config/liquidnet-service-galaxy-dev.yml
+2
-2
ConsumerGalaxyJsonNftPublishAndBuyProcessor.java
...rocessor/ConsumerGalaxyJsonNftPublishAndBuyProcessor.java
+2
-2
No files found.
liquidnet-bus-config/liquidnet-config/liquidnet-service-galaxy-dev.yml
View file @
7eea90b7
...
@@ -16,6 +16,6 @@ liquidnet:
...
@@ -16,6 +16,6 @@ liquidnet:
sslEnabled
:
false
sslEnabled
:
false
database
:
dev_ln_scene
database
:
dev_ln_scene
galaxy
:
galaxy
:
#
temp-file-path: /data/galaxy/tempFilePath
temp-file-path
:
/data/galaxy/tempFilePath
temp-file-path
:
/Users/anjiabin/mdsky_gitlab/galaxy/tempFilePath
#
temp-file-path: /Users/anjiabin/mdsky_gitlab/galaxy/tempFilePath
router
:
zxinchain,eth
router
:
zxinchain,eth
liquidnet-bus-service/liquidnet-service-consumer-all/liquidnet-service-consumer-kylin/src/main/java/com/liquidnet/service/consumer/kylin/service/processor/ConsumerGalaxyJsonNftPublishAndBuyProcessor.java
View file @
7eea90b7
...
@@ -231,9 +231,9 @@ public class ConsumerGalaxyJsonNftPublishAndBuyProcessor {
...
@@ -231,9 +231,9 @@ public class ConsumerGalaxyJsonNftPublishAndBuyProcessor {
}
}
}
catch
(
GalaxyNftException
e
){
}
catch
(
GalaxyNftException
e
){
String
rsMsg
=
e
.
getMessage
();
String
rsMsg
=
e
.
getMessage
();
log
.
error
(
"购买失败"
);
log
.
error
(
"购买失败"
,
e
);
}
catch
(
Exception
e
){
}
catch
(
Exception
e
){
log
.
error
(
"发行上链异常!"
);
log
.
error
(
"发行上链异常!"
,
e
);
}
}
return
ResponseDto
.
failure
(
GalaxyErrorEnum
.
PUBLISH_FAIL
.
getCode
(),
GalaxyErrorEnum
.
PUBLISH_FAIL
.
getMessage
());
return
ResponseDto
.
failure
(
GalaxyErrorEnum
.
PUBLISH_FAIL
.
getCode
(),
GalaxyErrorEnum
.
PUBLISH_FAIL
.
getMessage
());
}
}
...
...
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