xiaoyong931011
2020-11-23 bd141be68f96cf8c18949c160d65df7eff0cdb98
src/main/java/com/xcong/excoin/modules/member/service/MemberService.java
@@ -6,6 +6,7 @@
import com.xcong.excoin.common.response.Result;
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.modules.member.entity.MemberEntity;
import com.xcong.excoin.modules.member.parameter.dto.MemberAddCoinAddressDto;
@@ -94,7 +95,7 @@
   public Result registerOutCenter(OutCenterRegisterDto outCenterRegisterDto);
   public Result recovery(WtWallet wallet);
   public Result recovery(WtWalletDto wtWalletDto);