夺宝精灵:主页更多按钮
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user