From bd141be68f96cf8c18949c160d65df7eff0cdb98 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 23 Nov 2020 11:24:16 +0800
Subject: [PATCH] 20201123

---
 src/main/java/com/xcong/excoin/common/system/controller/LoginController.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/common/system/controller/LoginController.java b/src/main/java/com/xcong/excoin/common/system/controller/LoginController.java
index 7694638..3fe938f 100644
--- a/src/main/java/com/xcong/excoin/common/system/controller/LoginController.java
+++ b/src/main/java/com/xcong/excoin/common/system/controller/LoginController.java
@@ -17,6 +17,7 @@
 import com.xcong.excoin.common.system.dto.LoginDto;
 import com.xcong.excoin.common.system.dto.OutCenterRegisterDto;
 import com.xcong.excoin.common.system.dto.RegisterDto;
+import com.xcong.excoin.common.system.dto.WtWalletDto;
 import com.xcong.excoin.common.system.entity.WtWallet;
 import com.xcong.excoin.common.system.vo.LoginVo;
 import com.xcong.excoin.configurations.properties.ApplicationProperties;
@@ -138,8 +139,8 @@
     @ApiResponses({
 		@ApiResponse(code = 200,message = "OK",response = LoginVo.class),
 	})
-    public Result recovery(@RequestBody WtWallet wallet) {
-        return memberservice.recovery(wallet);
+    public Result recovery(@RequestBody WtWalletDto wtWalletDto) {
+        return memberservice.recovery(wtWalletDto);
     }
 
 }

--
Gitblit v1.9.1