Browse Source

首页修改

xieshengjie 1 year ago
parent
commit
ac4d7fc853

+ 1 - 1
web/runeconomy-xk/src/main/java/com/gyee/runeconomy/util/realtimesource/EdosUtil.java

@@ -1883,7 +1883,7 @@ public class EdosUtil implements IEdosUtil {
         Optional<String> tagName = Optional.ofNullable(tagNameString);
         Optional<Long> ts = Optional.ofNullable(time * 1000);
         String url = baseURL + "/history/section?tagNames=" + tagName.get() + "&ts=" + ts.get();
-        if (tagNameString.startsWith("GF-")){
+        if (tagNameString.contains("GF-")){
             url = baseURL2 + "/history/section?tagNames=" + tagName.get() + "&ts=" + ts.get();
         }
         try {