소스 검색

配置地址修改

cyzhao 1 년 전
부모
커밋
98c71b5495
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Gameserver/App/config.php

+ 1 - 1
Gameserver/App/config.php

@@ -22,7 +22,7 @@ abstract class config {
      * @return type
      */
     public static function CDN_host() {
-        return "https://loyalsoft.oss-cn-shanghai.aliyuncs.com" . "/jzhj2023/" . PLAT;
+        return "https://loyalsoft.oss-cn-shanghai.aliyuncs.com" . "/jzhj2024/" . PLAT;
     }
 
     /**