夺宝精灵:主页更多按钮

This commit is contained in:
huangjian
2023-02-20 11:29:15 +08:00
parent 9ddc66b4ae
commit f87d25ad10
12 changed files with 120 additions and 31 deletions

View File

@@ -505,10 +505,31 @@ public class UriProvider {
}
/**
* 获取航海钥匙
* 获取夺宝精灵钥匙
*/
public static String getFairyKey() {
return JAVA_WEB_URL.concat("/yinyou/modules/act-treasureSnatching/index.html");
return JAVA_WEB_URL.concat("yinyou/modules/act-treasureSnatching/index.html");
}
/**
* 夺宝精灵规则
*/
public static String getFairyRule() {
return JAVA_WEB_URL.concat("yinyou/modules/act-treasureSnatching/rule.html");
}
/**
* 夺宝达人
*/
public static String getFairySuperior() {
return JAVA_WEB_URL.concat("yinyou/modules/act-treasureSnatching/list.html");
}
/**
* 夺宝记录
*/
public static String getFairyRecord() {
return JAVA_WEB_URL.concat("yinyou/modules/act-treasureSnatching/record.html");
}
}