xiaoyong931011
2020-07-10 d15f9aac3578c8d495b08baecbf48c84eee68b2f
src/main/java/com/xcong/excoin/modules/member/service/MemberService.java
@@ -84,5 +84,9 @@
   public Result memberSubmitCoinApply(@Valid MemberSubmitCoinApplyDto memberSubmitCoinApplyDto);
   public Result getMemberAccountInfo(String account,int type);
   public Result getAppVersionInfo();
}