java110
2022-05-21 22a1d902bbc58e344ca467f13b64312aaf3be534
service-api/src/main/java/com/java110/api/smo/service/impl/DeleteServiceSMOImpl.java
@@ -43,7 +43,7 @@
        super.validateStoreStaffCommunityRelationship(pd, restTemplate);
        responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(),
                ServiceConstant.SERVICE_API_URL + "/api/service.deleteService",
                "service.deleteService",
                HttpMethod.POST);
        return responseEntity;
    }