Helius
2021-05-25 2083926d061ffeae58a7bdcd6b3e623472bab729
src/main/java/com/xcong/excoin/modules/member/controller/MemberController.java
@@ -5,11 +5,7 @@
import com.xcong.excoin.modules.member.parameter.dto.*;
import com.xcong.excoin.modules.member.parameter.vo.*;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.*;
import com.xcong.excoin.common.response.Result;
import com.xcong.excoin.modules.member.service.MemberService;
@@ -36,7 +32,7 @@
   
   @Resource
   MemberService memberService;
   /**
    *  获取当前版本号
    */
@@ -214,6 +210,12 @@
   public Result memberPaymethodDetailList() {
      return memberService.memberPaymethodDetailList();
   }
   @ApiOperation(value = "设置为默认收款方式")
   @PostMapping(value = "/setDefaultMethod/{id}")
   public Result setDefaultMethod(@PathVariable("id") Long id) {
      return memberService.setDefaultPaymethod(id);
   }
   
   /**
     * 绑定手机号