From ee5c6327f939b3df45f701266ce1e93bbef2c0f1 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 25 May 2020 16:50:57 +0800 Subject: [PATCH] 20200525 --- src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java | 2 +- 1 files changed, 1 insertions(+), 1 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 82945c8..9c612d8 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 @@ -22,7 +22,7 @@ public Result getWalletCoinRecords(); - public Result getWalletContractRecords(String symbol); + public Result getWalletContractRecords(); public Result getWalletAgentRecords(); -- Gitblit v1.9.1