功能恢复:恢复贵族中心的帮助入口、排行榜入口、特权详情查看功能
This commit is contained in:
@@ -180,4 +180,18 @@ public class UriProvider {
|
||||
public static String getLiveAgreement() {
|
||||
return JAVA_WEB_URL.concat("/molistar/activity/activemodel/index.html?code=ZBGG");
|
||||
}
|
||||
|
||||
/**
|
||||
* 贵族中心帮助页
|
||||
*/
|
||||
public static String getVipHelpUrl() {
|
||||
return JAVA_WEB_URL.concat("/molistar/modules/rule/introduction-patrician.html");
|
||||
}
|
||||
|
||||
/**
|
||||
* 贵族榜
|
||||
*/
|
||||
public static String getRankListUrl() {
|
||||
return JAVA_WEB_URL.concat("/molistar/modules/noble/index.html");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user