功能恢复:恢复贵族中心的帮助入口、排行榜入口、特权详情查看功能

This commit is contained in:
max
2024-04-17 12:04:28 +08:00
parent fcecc29add
commit 68e6d2aa15
7 changed files with 137 additions and 1 deletions

View File

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