java110
2023-05-15 1727f490edc5940c38044bbd45503943580c5121
java110-interface/src/main/java/com/java110/intf/report/IReportInfoBackCityInnerServiceSMO.java
@@ -1,7 +1,7 @@
package com.java110.intf.report;
import com.java110.config.feign.FeignConfiguration;
import com.java110.dto.reportInfoBackCity.ReportInfoBackCityDto;
import com.java110.dto.reportInfoAnswer.ReportInfoBackCityDto;
import com.java110.po.reportInfoBackCity.ReportInfoBackCityPo;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestBody;
@@ -18,7 +18,7 @@
 * @Version 1.0
 * add by wuxw 2019/4/24
 **/
@FeignClient(name = "${java110.report-service}", configuration = {FeignConfiguration.class})
@FeignClient(name = "report-service", configuration = {FeignConfiguration.class})
@RequestMapping("/reportInfoBackCityApi")
public interface IReportInfoBackCityInnerServiceSMO {