fix
Helius
2021-09-28 51d5eb2e8befedab840527ec3cb916b8021daf68
src/main/java/cc/mrbird/febs/mall/controller/ApiMallMemberController.java
@@ -113,7 +113,7 @@
    @ApiOperation(value = "绑定手机号")
    @PostMapping(value = "/bindPhone")
    public FebsResponse bindPhone(@RequestBody AccountAndCodeDto accountAndCodeDto) {
        return null;
        memberService.bindPhone(accountAndCodeDto);
        return new FebsResponse().success().message("绑定成功");
    }
}