记得上下班打卡 | git大法好,push需谨慎

Commit 1d4a04ad authored by 胡佳晨's avatar 胡佳晨

提交 platform修改

parent 540a9696
...@@ -149,9 +149,9 @@ liquidnet: ...@@ -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 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 nftPlatformAddress: YqsYxgBSP74piDhNQHTjWMH9wXnXxZbt8
other: other:
ticketSystemUrl: http://dev-report.capapiao.com ticketSystemUrl: http://report.capapiao.com
appId: 11920532 appId: 59251758
secret: 0854C2FFE6BED88E1E21E7F5BAF988CDF9D81D38 secret: 0EBB54EB729A116500CFD9EA7BA38456CD122557
slime: slime:
url: http://devslime.zhengzai.tv url: http://devslime.zhengzai.tv
executor-main: executor-main:
......
...@@ -149,9 +149,9 @@ liquidnet: ...@@ -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 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 nftPlatformAddress: YqsYxgBSP74piDhNQHTjWMH9wXnXxZbt8
other: other:
ticketSystemUrl: http://dev-report.capapiao.com/ ticketSystemUrl: http://report.capapiao.com
appId: 11920532 appId: 59251758
secret: 0854C2FFE6BED88E1E21E7F5BAF988CDF9D81D38 secret: 0EBB54EB729A116500CFD9EA7BA38456CD122557
slime: slime:
url: http://testslime.zhengzai.tv url: http://testslime.zhengzai.tv
executor-main: executor-main:
......
...@@ -149,9 +149,9 @@ liquidnet: ...@@ -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 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 nftPlatformAddress: YqsYxgBSP74piDhNQHTjWMH9wXnXxZbt8
other: other:
ticketSystemUrl: http://dev-report.capapiao.com/ ticketSystemUrl: http://report.capapiao.com
appId: 11920532 appId: 59251758
secret: 0854C2FFE6BED88E1E21E7F5BAF988CDF9D81D38 secret: 0EBB54EB729A116500CFD9EA7BA38456CD122557
slime: slime:
url: http://test2slime.zhengzai.tv url: http://test2slime.zhengzai.tv
executor-main: executor-main:
......
...@@ -149,9 +149,9 @@ liquidnet: ...@@ -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 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 nftPlatformAddress: YqsYxgBSP74piDhNQHTjWMH9wXnXxZbt8
other: other:
ticketSystemUrl: http://dev-report.capapiao.com/ ticketSystemUrl: http://report.capapiao.com
appId: 11920532 appId: 59251758
secret: 0854C2FFE6BED88E1E21E7F5BAF988CDF9D81D38 secret: 0EBB54EB729A116500CFD9EA7BA38456CD122557
slime: slime:
url: http://ttestslime.zhengzai.tv url: http://ttestslime.zhengzai.tv
executor-main: executor-main:
......
...@@ -35,9 +35,9 @@ public class TicketSystemController { ...@@ -35,9 +35,9 @@ public class TicketSystemController {
} }
} }
@GetMapping("field/list") @PostMapping("field/list")
@ApiOperation("查询标准演出场所") @ApiOperation("查询标准演出场所")
public ResponseDto<List<STFieldListVo>> getFieldList(@RequestBody STFieldListParam fieldListParam) { public ResponseDto<List<STFieldListVo>> getFieldList( STFieldListParam fieldListParam) {
try { try {
String accessToken = ticketSystemService.getAccessToken(); String accessToken = ticketSystemService.getAccessToken();
List<STFieldListVo> vo = ticketSystemService.getFieldList(accessToken, fieldListParam); List<STFieldListVo> vo = ticketSystemService.getFieldList(accessToken, fieldListParam);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment