|
@@ -14,6 +14,7 @@ import com.fdkankan.scene.bean.CameraBean;
|
|
|
import com.fdkankan.scene.bean.UserIncrementBean;
|
|
|
import com.fdkankan.scene.callback.FdkkMiniReqSuccessCondition;
|
|
|
import java.io.File;
|
|
|
+import java.io.InputStream;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
import org.springframework.web.multipart.MultipartFile;
|
|
@@ -43,11 +44,4 @@ public interface FdkankanMiniClient {
|
|
|
@Retry(maxRetryCount = "3", maxRetryInterval = "100")
|
|
|
Result<CameraBean> getCameraByCameraId(@Var("url") String url, OnSuccess<Result> onSuccess, OnError onError);
|
|
|
|
|
|
- @Post(
|
|
|
- url="http://localhost:8085/scene/service/file/convert/convertTxtToModeldata",
|
|
|
- contentType = "application/octet-stream"
|
|
|
- )
|
|
|
- @Retry(maxRetryCount = "3", maxRetryInterval = "100")
|
|
|
- ForestResponse test(@Body("file") File file);
|
|
|
-
|
|
|
}
|