From 2b919980a8c70554a64cb3d03cc95679af4d817f Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期一, 03 七月 2023 00:22:16 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 service-api/src/main/java/com/java110/api/smo/fee/impl/DeleteFeeConfigSMOImpl.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/service-api/src/main/java/com/java110/api/smo/fee/impl/DeleteFeeConfigSMOImpl.java b/service-api/src/main/java/com/java110/api/smo/fee/impl/DeleteFeeConfigSMOImpl.java
index 6ac6570..b121e27 100644
--- a/service-api/src/main/java/com/java110/api/smo/fee/impl/DeleteFeeConfigSMOImpl.java
+++ b/service-api/src/main/java/com/java110/api/smo/fee/impl/DeleteFeeConfigSMOImpl.java
@@ -44,7 +44,7 @@
         super.validateStoreStaffCommunityRelationship(pd, restTemplate);
 
         responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(),
-                ServiceConstant.SERVICE_API_URL + "/api/feeConfig.deleteFeeConfig",
+                "feeConfig.deleteFeeConfig",
                 HttpMethod.POST);
         return responseEntity;
     }

--
Gitblit v1.8.0