新增家族长关联房间入口

This commit is contained in:
huangjian
2021-10-13 16:30:59 +08:00
parent b18fae7c3d
commit b88ea5eb48
5 changed files with 50 additions and 2 deletions

View File

@@ -328,4 +328,13 @@ public class UriProvider {
public static String getLinkAccountUrl() {
return JAVA_WEB_URL.concat("/yinyou/modules/game/bindAccount.html");
}
/**
* 族长号关联房间
*
* @return
*/
public static String getLinkRoomUrl() {
return JAVA_WEB_URL.concat("/yinyou/modules/associateAccount/index.html");
}
}