[Modify]修改夺宝精灵H5链接

This commit is contained in:
wushaocheng
2023-03-08 10:38:18 +08:00
parent 115e7afea6
commit 9a64e26d70

View File

@@ -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");
}
}