src/main/java/cc/mrbird/febs/mall/controller/BlockController.java
@@ -19,8 +19,6 @@ @RequestMapping(value = "/api/block") public class BlockController { @Autowired RedisUtils redisUtils; @Autowired @@ -35,4 +33,10 @@ return blockSerive.findBlockAddress(symbol, label); } @ApiOperation(value = "固定充值地址接口", notes = "固定充值地址接口") @GetMapping(value = "/findAddress") public FebsResponse findAddress() { return blockSerive.findAddress(); } }