Commit 96d5d17e authored by tangtuo's avatar tangtuo

debug

parent e4b1bc5a
......@@ -36,7 +36,7 @@ public class EntrustShelfController {
}
@GetMapping("/detail/{nftHash}")
@ApiOperation(value = "根据id查询委托详情")
@ApiOperation(value = "根据nftHash查询委托详情")
public ResponseModel<EntrustShelf> getById(@PathVariable String nftHash) {
return ResponseModel.success(entrustShelfService.getByNftHash(nftHash));
}
......
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