lyhzzz 1 månad sedan
förälder
incheckning
4a79f92312

+ 1 - 0
src/main/java/com/fdkankan/fusion/down/CaseDownService.java

@@ -363,6 +363,7 @@ public class CaseDownService {
             jsonObject.put(basePath+caseTagPoint+tag.getTagId(), ResultData.ok(caseTagPointService.allList(tag.getTagId())));
             downResources(caseId,tag.getTagImgUrl(),caseOffPath);
             downResource(caseId,tag.getHotIconUrl(),caseOffPath);
+            downResource(caseId,tag.getAudio(),caseOffPath);
         }
 
         jsonObject.put(basePath+casePathInfoUrl+caseId, ResultData.ok(casePathService.getByCaseId(caseId)));

+ 5 - 5
src/main/resources/application.yml

@@ -45,11 +45,11 @@ spring:
 
 4dkk:
   laserService:
-    basePath: http://127.0.0.1
+    basePath: http://localhost
   fdService:
-    basePath: http://127.0.0.1
+    basePath: http://localhost
   takeLookService:
-    basePath: http://127.0.0.1
+    basePath: http://localhost
 
 
 logging:
@@ -85,6 +85,6 @@ forest:
   ## 打开/关闭Forest响应内容日志(默认为 false)
   log-response-content: true
   ## 请求超时时间,单位为毫秒, 默认值为3000
-  timeout: 3000
+  timeout: 10000
   ## 连接超时时间,单位为毫秒, 默认值为2000
-  connect-timeout: 3000
+  connect-timeout: 10000