Explorar o código

更新旧系统文件路径

sandm hai 1 ano
pai
achega
37b80509c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

@@ -334,7 +334,7 @@ function getStoragePath($path, $stillOriginalPath = false) {
     if (!$path)
         return "";
     if (strpos($path, "jjrcw") === 0) {
-        $path = "https://rc.jucai.gov.cn/ftp/{$path}";
+        $path = "https://static.jucai.gov.cn/ftp/{$path}";
     } else {
         $path = getHostWithProtocol() . "/storage/{$path}";
     }