baizonghao
2023-03-07 b5fb4434a741a4dbfaf3f090c15950886a5d6bca
ycl-smoke/src/main/java/com/ycl/smoke/remote/service/ISmokeDetectionService.java
@@ -10,7 +10,7 @@
import java.util.List;
@FeignClient(url = "http://116.62.234.187:8088", name = "smokeApi")
@FeignClient(url = "116.62.234.187:8088", name = "smokeApi")
public interface ISmokeDetectionService {
    @PostMapping(value = "/loginAction")