diff --git a/core/src/diff_src_erban/java/com/yizhuan/xchat_android_core/UriProvider.java b/core/src/diff_src_erban/java/com/yizhuan/xchat_android_core/UriProvider.java index c6d355f2d..4522401a8 100644 --- a/core/src/diff_src_erban/java/com/yizhuan/xchat_android_core/UriProvider.java +++ b/core/src/diff_src_erban/java/com/yizhuan/xchat_android_core/UriProvider.java @@ -530,28 +530,28 @@ public class UriProvider { * 获取夺宝精灵钥匙 */ public static String getFairyKey() { - return JAVA_WEB_URL.concat("yinyou/modules/act-treasureSnatching/index.html"); + return JAVA_WEB_URL.concat("peko/modules/act-treasureSnatching/index.html"); } /** * 夺宝精灵规则 */ public static String getFairyRule() { - return JAVA_WEB_URL.concat("yinyou/modules/act-treasureSnatching/rule.html"); + return JAVA_WEB_URL.concat("peko/modules/act-treasureSnatching/rule.html"); } /** * 夺宝达人 */ public static String getFairySuperior() { - return JAVA_WEB_URL.concat("yinyou/modules/act-treasureSnatching/list.html"); + return JAVA_WEB_URL.concat("peko/modules/act-treasureSnatching/list.html"); } /** * 夺宝记录 */ public static String getFairyRecord() { - return JAVA_WEB_URL.concat("yinyou/modules/act-treasureSnatching/record.html"); + return JAVA_WEB_URL.concat("peko/modules/act-treasureSnatching/record.html"); } }