[Modify]修改夺宝精灵H5链接
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user