吉安感知网项目-后端
xiebin
2026-01-23 5c60c317fe704ead20e10ee12dc652416253cd76
drone-ops/drone-log/src/main/java/org/sxkj/core/log/feign/LogClient.java
@@ -29,6 +29,7 @@
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
import springfox.documentation.annotations.ApiIgnore;
import java.util.Date;
@@ -40,6 +41,7 @@
@NonDS
@RestController
@AllArgsConstructor
@ApiIgnore
public class LogClient implements ILogClient {
   private final ILogUsualService usualLogService;