diff --git a/pom.xml b/pom.xml
index 35aac38..48c519d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,18 @@
junit
4.12
+
+
+
+
+
+
+
+ com.hierynomus
+ smbj
+ 0.10.0
+
@@ -80,12 +91,11 @@
-
- org.apache.rocketmq
- rocketmq-client
- 4.4.0
-
-
+
+ org.apache.rocketmq
+ rocketmq-client
+ 4.4.0
+
diff --git a/src/main/java/aiyh/utils/entity/DocImageInfo.java b/src/main/java/aiyh/utils/entity/DocImageInfo.java
index 9834f9f..49753e0 100644
--- a/src/main/java/aiyh/utils/entity/DocImageInfo.java
+++ b/src/main/java/aiyh/utils/entity/DocImageInfo.java
@@ -10,12 +10,12 @@ import lombok.Data;
*/
@Data
public class DocImageInfo {
-
- private Integer docId;
- private Integer imageFileId;
- private String imageFileName;
- private Integer id;
- private Integer detailId;
- private Integer fileSize;
-
+
+ private Integer docId;
+ private Integer imageFileId;
+ private String imageFileName;
+ private Integer id;
+ private Integer detailId;
+ private Integer fileSize;
+ private Integer docFileType;
}
diff --git a/src/main/java/aiyh/utils/httpUtil/ResponeVo.java b/src/main/java/aiyh/utils/httpUtil/ResponeVo.java
index 3029b96..7605284 100644
--- a/src/main/java/aiyh/utils/httpUtil/ResponeVo.java
+++ b/src/main/java/aiyh/utils/httpUtil/ResponeVo.java
@@ -4,6 +4,7 @@ package aiyh.utils.httpUtil;
import aiyh.utils.Util;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
+import com.alibaba.fastjson.JSONException;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
@@ -133,7 +134,11 @@ public class ResponeVo implements HttpResponse {
ObjectMapper mapper = new ObjectMapper();
this.entityMap = mapper.readValue(this.getEntityString(), Map.class);
} catch (JsonProcessingException ignored) {
- this.resultList = (List