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

Commit 045129cf authored by anjiabin's avatar anjiabin

优化相关策略实现

parent 1d967377
...@@ -51,19 +51,19 @@ public class GalaxyTradeController { ...@@ -51,19 +51,19 @@ public class GalaxyTradeController {
return galaxyTradeService.nftBuyResultQuery(reqDto); return galaxyTradeService.nftBuyResultQuery(reqDto);
} }
@ControllerLog(description = "NFT购买(发行+购买)") // @ControllerLog(description = "NFT购买(发行+购买)")
@ApiOperationSupport(order = 1) // @ApiOperationSupport(order = 1)
@ApiOperation(value = "NFT购买(发行+购买)") // @ApiOperation(value = "NFT购买(发行+购买)")
@PostMapping(value = {"nftPublishAndBuy"}) // @PostMapping(value = {"nftPublishAndBuy"})
public ResponseDto<GalaxyNftPublishAndBuyRespDto> nftPublishAndBuy(@Valid @RequestBody GalaxyNftPublishAndBuyReqDto reqDto){ // public ResponseDto<GalaxyNftPublishAndBuyRespDto> nftPublishAndBuy(@Valid @RequestBody GalaxyNftPublishAndBuyReqDto reqDto){
return galaxyTradeService.nftPublishAndBuy(reqDto); // return galaxyTradeService.nftPublishAndBuy(reqDto);
} // }
@ControllerLog(description = "NFT购买支付结果查询") // @ControllerLog(description = "NFT购买支付结果查询")
@ApiOperationSupport(order = 1) // @ApiOperationSupport(order = 1)
@ApiOperation(value = "NFT购买支付结果查询") // @ApiOperation(value = "NFT购买支付结果查询")
@PostMapping(value = {"nftBuyPayResultQuery"}) // @PostMapping(value = {"nftBuyPayResultQuery"})
public ResponseDto<GalaxyNftBuyPayResultQueryRespDto> nftBuyPayResultQuery(@Valid @RequestBody GalaxyNftBuyPayResultQueryReqDto reqDto){ // public ResponseDto<GalaxyNftBuyPayResultQueryRespDto> nftBuyPayResultQuery(@Valid @RequestBody GalaxyNftBuyPayResultQueryReqDto reqDto){
return galaxyTradeService.nftBuyPayResultQuery(reqDto); // return galaxyTradeService.nftBuyPayResultQuery(reqDto);
} // }
} }
...@@ -6,8 +6,8 @@ liquidnet: ...@@ -6,8 +6,8 @@ liquidnet:
username: user username: user
password: user123 password: user123
eureka: eureka:
# host: 172.17.192.42:7001 host: 172.17.192.42:7001
host: 127.0.0.1:7001 # host: 127.0.0.1:7001
# end-dev-这里是配置信息基本值 # end-dev-这里是配置信息基本值
spring: spring:
......
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