Helius
2021-11-02 32cd9fe7569d4bf40bd3ee4b13d1e2e5a50203de
src/main/java/com/xcong/excoin/modules/blackchain/controller/BlockController.java
@@ -42,8 +42,8 @@
   })
   @GetMapping(value = "/findBlockAddress")
   @SubmitRepeat
   public Result findBlockAddress(String symbol) {
      return blockSerive.findBlockAddress(symbol);
   public Result findBlockAddress(String symbol, String lable) {
      return blockSerive.findBlockAddress(symbol, lable);
   }
}