From 73699775f5546177ce71e3bae33d83a8aa346793 Mon Sep 17 00:00:00 2001 From: gao <gaoleox@163> Date: Mon, 25 May 2020 11:28:10 +0800 Subject: [PATCH] Merge branch 'master' of https://chonggaoxiao:xcg523511090712@gitee.com/chonggaoxiao/new_excoin.git --- src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java b/src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java index 71e1a7d..82945c8 100644 --- a/src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java +++ b/src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java @@ -10,15 +10,13 @@ public Result getWalletCoin(); - public Result getWalletCoinById(Long id); - public Result getWalletContractById(); public Result coinWalletTransferToContract(BigDecimal balance, String symbol); public Result contractTransferToWalletCoin(BigDecimal balance, String symbol); - public Result findWalletContractBySymbol(String symbol); + public Result findWalletContractBySymbol(); public Result findWalletCoinBySymbol(String symbol); @@ -32,4 +30,6 @@ public Result findWalletAgentBySymbol(); + public Result getWalletCoinBySymbol(String symbol); + } -- Gitblit v1.9.1