新增贵族时间说明详情

This commit is contained in:
huangjian
2022-01-06 18:52:30 +08:00
parent 9a84b6131a
commit 4a2fdd22a2
9 changed files with 15 additions and 12 deletions

View File

@@ -379,4 +379,11 @@ public class UriProvider {
public static String getPrivacyUrl() {
return JAVA_WEB_URL.concat("/yinyou/modules/rule/privacy-wap.html");
}
/**
* 贵族中心帮助页
*/
public static String getVipHelpUrl() {
return JAVA_WEB_URL.concat("/yinyou/modules/rule/introduction-patrician.html");
}
}