记得上下班打卡 | 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
1d4a04ad
Commit
1d4a04ad
authored
Apr 20, 2023
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交 platform修改
parent
540a9696
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
14 deletions
+14
-14
application-dev.yml
liquidnet-bus-config/liquidnet-config/application-dev.yml
+3
-3
application-test.yml
liquidnet-bus-config/liquidnet-config/application-test.yml
+3
-3
application-test2.yml
liquidnet-bus-config/liquidnet-config/application-test2.yml
+3
-3
application-yace.yml
liquidnet-bus-config/liquidnet-config/application-yace.yml
+3
-3
TicketSystemController.java
...tform/controller/ticketSystem/TicketSystemController.java
+2
-2
No files found.
liquidnet-bus-config/liquidnet-config/application-dev.yml
View file @
1d4a04ad
...
...
@@ -149,9 +149,9 @@ liquidnet:
nftPlatformMnemonic
:
person lucky trophy wall kangaroo body bounce coach unable sister second goat guitar virus tree security acoustic ankle kiss deputy sunny message weapon believe
nftPlatformAddress
:
YqsYxgBSP74piDhNQHTjWMH9wXnXxZbt8
other
:
ticketSystemUrl
:
http://
dev-
report.capapiao.com
appId
:
11920532
secret
:
0
854C2FFE6BED88E1E21E7F5BAF988CDF9D81D38
ticketSystemUrl
:
http://report.capapiao.com
appId
:
59251758
secret
:
0
EBB54EB729A116500CFD9EA7BA38456CD122557
slime
:
url
:
http://devslime.zhengzai.tv
executor-main
:
...
...
liquidnet-bus-config/liquidnet-config/application-test.yml
View file @
1d4a04ad
...
...
@@ -149,9 +149,9 @@ liquidnet:
nftPlatformMnemonic
:
person lucky trophy wall kangaroo body bounce coach unable sister second goat guitar virus tree security acoustic ankle kiss deputy sunny message weapon believe
nftPlatformAddress
:
YqsYxgBSP74piDhNQHTjWMH9wXnXxZbt8
other
:
ticketSystemUrl
:
http://
dev-report.capapiao.com/
appId
:
11920532
secret
:
0
854C2FFE6BED88E1E21E7F5BAF988CDF9D81D38
ticketSystemUrl
:
http://
report.capapiao.com
appId
:
59251758
secret
:
0
EBB54EB729A116500CFD9EA7BA38456CD122557
slime
:
url
:
http://testslime.zhengzai.tv
executor-main
:
...
...
liquidnet-bus-config/liquidnet-config/application-test2.yml
View file @
1d4a04ad
...
...
@@ -149,9 +149,9 @@ liquidnet:
nftPlatformMnemonic
:
person lucky trophy wall kangaroo body bounce coach unable sister second goat guitar virus tree security acoustic ankle kiss deputy sunny message weapon believe
nftPlatformAddress
:
YqsYxgBSP74piDhNQHTjWMH9wXnXxZbt8
other
:
ticketSystemUrl
:
http://
dev-report.capapiao.com/
appId
:
11920532
secret
:
0
854C2FFE6BED88E1E21E7F5BAF988CDF9D81D38
ticketSystemUrl
:
http://
report.capapiao.com
appId
:
59251758
secret
:
0
EBB54EB729A116500CFD9EA7BA38456CD122557
slime
:
url
:
http://test2slime.zhengzai.tv
executor-main
:
...
...
liquidnet-bus-config/liquidnet-config/application-yace.yml
View file @
1d4a04ad
...
...
@@ -149,9 +149,9 @@ liquidnet:
nftPlatformMnemonic
:
person lucky trophy wall kangaroo body bounce coach unable sister second goat guitar virus tree security acoustic ankle kiss deputy sunny message weapon believe
nftPlatformAddress
:
YqsYxgBSP74piDhNQHTjWMH9wXnXxZbt8
other
:
ticketSystemUrl
:
http://
dev-report.capapiao.com/
appId
:
11920532
secret
:
0
854C2FFE6BED88E1E21E7F5BAF988CDF9D81D38
ticketSystemUrl
:
http://
report.capapiao.com
appId
:
59251758
secret
:
0
EBB54EB729A116500CFD9EA7BA38456CD122557
slime
:
url
:
http://ttestslime.zhengzai.tv
executor-main
:
...
...
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/java/com/liquidnet/service/platform/controller/ticketSystem/TicketSystemController.java
View file @
1d4a04ad
...
...
@@ -35,9 +35,9 @@ public class TicketSystemController {
}
}
@
Ge
tMapping
(
"field/list"
)
@
Pos
tMapping
(
"field/list"
)
@ApiOperation
(
"查询标准演出场所"
)
public
ResponseDto
<
List
<
STFieldListVo
>>
getFieldList
(
@RequestBody
STFieldListParam
fieldListParam
)
{
public
ResponseDto
<
List
<
STFieldListVo
>>
getFieldList
(
STFieldListParam
fieldListParam
)
{
try
{
String
accessToken
=
ticketSystemService
.
getAccessToken
();
List
<
STFieldListVo
>
vo
=
ticketSystemService
.
getFieldList
(
accessToken
,
fieldListParam
);
...
...
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