xiangpei
6 天以前 d49707858ddd3ba73ded357bdaf8044c8b4b9c40
manager-api/src/main/java/cn/lili/controller/lmk/CustomerController.java
@@ -38,6 +38,11 @@
        return customerService.getStoreSelectOptions();
    }
    @ApiOperation(value = "获得客户详情")
    @GetMapping("/{id}")
    public Result getCustomerInfo(@PathVariable String id){
        return customerService.getMember(id);
    }
    @ApiOperation(value = "客户分页列表")
    @GetMapping