diff --git a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/client/SystemClient.java b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/client/SystemClient.java index 85e4dda..585c4e8 100644 --- a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/client/SystemClient.java +++ b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/client/SystemClient.java @@ -79,7 +79,7 @@ public interface SystemClient { BaseResponse> queryAll(@SpringQueryMap SysOrg sysOrg); @ApiOperation("查询分页数据") - @PostMapping("/getPage") + @PostMapping("/v1/sysorg/getPage") BaseResponse> getOrgPage(@ApiParam(value = "对象数据", required = true) @RequestBody SysOrgVO sysOrgVO); @Configuration