Administrator
2 days ago e78077d7a8a30f6762dfb68ece078faab7f2cd0a
src/main/java/com/xcong/excoin/modules/member/service/MemberService.java
@@ -84,5 +84,11 @@
   public Result memberSubmitCoinApply(@Valid MemberSubmitCoinApplyDto memberSubmitCoinApplyDto);
   public Result getMemberAccountInfo(String account,int type);
   public Result getAppVersionInfo();
   public Result getPcVersionInfo();
}