Helius
2020-05-31 069a8bfdac267391a9fd6b481da11d04ec0ee16f
src/main/java/com/xcong/excoin/modules/member/service/MemberService.java
@@ -6,7 +6,10 @@
import com.xcong.excoin.common.response.Result;
import com.xcong.excoin.common.system.dto.RegisterDto;
import com.xcong.excoin.modules.member.entity.MemberEntity;
import com.xcong.excoin.modules.member.parameter.dto.MemberAddCoinAddressDto;
import com.xcong.excoin.modules.member.parameter.dto.MemberAuthenticationDto;
import com.xcong.excoin.modules.member.parameter.dto.MemberBindEmailDto;
import com.xcong.excoin.modules.member.parameter.dto.MemberBindPhoneDto;
import com.xcong.excoin.modules.member.parameter.dto.MemberDelPaymethodDto;
import com.xcong.excoin.modules.member.parameter.dto.MemberForgetPwdDto;
import com.xcong.excoin.modules.member.parameter.dto.MemberPaymethodDto;
@@ -42,5 +45,15 @@
   public Result memberPaymethodDetailList();
   public Result memberBindPhone(@Valid MemberBindPhoneDto memberBindPhoneDto);
   public Result memberBindEmail(@Valid MemberBindEmailDto memberBindEmailDto);
   public Result memberCoinAddressCount();
   public Result memberCoinAddressList(String symbol);
   public Result memberAddCoinAddress(@Valid MemberAddCoinAddressDto memberAddCoinAddressDto);
}