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

Commit 953bf34c authored by anjiabin's avatar anjiabin

实现百度链转让

parent f3638d0e
...@@ -54,7 +54,7 @@ public class GalaxyTradeQueryController { ...@@ -54,7 +54,7 @@ public class GalaxyTradeQueryController {
@ControllerLog(description = "单个NFT交易信息查询") @ControllerLog(description = "单个NFT交易信息查询")
@ApiOperationSupport(order = 1) @ApiOperationSupport(order = 1)
@ApiOperation(value = "单个NFT交易信息查询(zxinchain)") @ApiOperation(value = "单个NFT交易信息查询")
@PostMapping(value = {"queryNftTradeList"}) @PostMapping(value = {"queryNftTradeList"})
ResponseDto<GalaxyQueryNftTradeListRespDto> queryNftTradeList(@Valid @RequestBody GalaxyQueryNftTradeListReqDto reqDto){ ResponseDto<GalaxyQueryNftTradeListRespDto> queryNftTradeList(@Valid @RequestBody GalaxyQueryNftTradeListReqDto reqDto){
return galaxyTradeQueryService.queryNftTradeList(reqDto); return galaxyTradeQueryService.queryNftTradeList(reqDto);
......
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