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

Commit c87cda2e authored by anjiabin's avatar anjiabin

实现百度链nft转让查询功能

parent 3a357559
......@@ -37,7 +37,7 @@ public class GalaxyTradeQueryController {
@ControllerLog(description = "NFT购买订单查询")
@ApiOperationSupport(order = 1)
@ApiOperation(value = "NFT信息查询")
@ApiOperation(value = "NFT购买订单查询")
@PostMapping(value = {"queryNftInfo"})
public ResponseDto<GalaxyQueryNftInfoRespDto> queryNftInfo(@Valid @RequestBody GalaxyQueryNftInfoReqDto reqDto){
return galaxyTradeQueryService.queryNftInfo(reqDto);
......@@ -45,7 +45,7 @@ public class GalaxyTradeQueryController {
@ControllerLog(description = "NFT转让订单查询")
@ApiOperationSupport(order = 1)
@ApiOperation(value = "NFT转让信息查询(xuper)")
@ApiOperation(value = "NFT转让订单查询(xuper)")
@PostMapping(value = {"queryTransNftInfo"})
public ResponseDto<GalaxyQueryNftInfoRespDto> queryTransNftInfo(@Valid @RequestBody GalaxyQueryNftInfoReqDto reqDto){
return galaxyTradeQueryService.queryTransNftInfo(reqDto);
......@@ -54,7 +54,7 @@ public class GalaxyTradeQueryController {
@ControllerLog(description = "NFT交易历史记录查询")
@ApiOperationSupport(order = 1)
@ApiOperation(value = "单个NFT交易信息查询")
@ApiOperation(value = "NFT交易历史记录查询")
@PostMapping(value = {"queryNftTradeList"})
ResponseDto<GalaxyQueryNftTradeListRespDto> queryNftTradeList(@Valid @RequestBody GalaxyQueryNftTradeListReqDto 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