From ccc300faa4656dd3f322a095cb55c51ac6b0a1ec Mon Sep 17 00:00:00 2001 From: efren <79289982@qq.com> Date: Fri, 8 Aug 2025 13:12:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86-=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E6=9C=BA=E6=9E=84=E5=88=86=E9=A1=B5=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chinaunicom/mall/ebtp/common/base/client/SystemClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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