chengf
2025-08-04 1aed87083c1153c1ff2e559e01100213dd5bfa43
java110-interface/src/main/java/com/java110/intf/common/ILogSystemErrorInnerServiceSMO.java
@@ -1,8 +1,8 @@
package com.java110.intf.common;
import com.java110.config.feign.FeignConfiguration;
import com.java110.dto.logSystemError.LogSystemErrorDto;
import com.java110.po.logSystemError.LogSystemErrorPo;
import com.java110.dto.log.LogSystemErrorDto;
import com.java110.po.log.LogSystemErrorPo;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -18,7 +18,7 @@
 * @Version 1.0
 * add by wuxw 2019/4/24
 **/
@FeignClient(name = "${java110.common-service}", configuration = {FeignConfiguration.class})
@FeignClient(name = "common-service", configuration = {FeignConfiguration.class})
@RequestMapping("/logSystemErrorApi")
public interface ILogSystemErrorInnerServiceSMO {