|
|
|
@@ -55,42 +55,42 @@ public class UriProvider {
|
|
|
|
|
* @return -
|
|
|
|
|
*/
|
|
|
|
|
public static String getRoomBg() {
|
|
|
|
|
return IM_SERVER_URL.concat("/peko/modules/noble/roomBgList.html");
|
|
|
|
|
return IM_SERVER_URL.concat("/anan_vestBag/modules/noble/roomBgList.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 贵族介绍页
|
|
|
|
|
*/
|
|
|
|
|
public static String getNobleIntro() {
|
|
|
|
|
return IM_SERVER_URL.concat("/peko/modules/nobles/intro.html");
|
|
|
|
|
return IM_SERVER_URL.concat("/anan_vestBag/modules/nobles/intro.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 贵族介绍页
|
|
|
|
|
*/
|
|
|
|
|
public static String getRanking() {
|
|
|
|
|
return IM_SERVER_URL.concat("/peko/modules/rank/index.html#/rank");
|
|
|
|
|
return IM_SERVER_URL.concat("/anan_vestBag/modules/rank/index.html#/rank");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 帮助页
|
|
|
|
|
*/
|
|
|
|
|
public static String getHelp() {
|
|
|
|
|
return IM_SERVER_URL.concat("/peko/modules/rule/guide.html");
|
|
|
|
|
return IM_SERVER_URL.concat("/anan_vestBag/modules/rule/guide.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 等级界面
|
|
|
|
|
*/
|
|
|
|
|
public static String getUserLevelUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/level/index.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/level/index.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 邀请好友
|
|
|
|
|
*/
|
|
|
|
|
public static String getShareUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/inviteCode/index.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/inviteCode/index.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -98,7 +98,7 @@ public class UriProvider {
|
|
|
|
|
* 等级界面
|
|
|
|
|
*/
|
|
|
|
|
public static String getUserCharmLevelUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/charm/index.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/charm/index.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -108,7 +108,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getErbanTopMessageUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/headNews/index.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/headNews/index.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -117,7 +117,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getRelatedToMeHeadLineUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/headNews/index.html?atMe=1");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/headNews/index.html?atMe=1");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -126,7 +126,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getCreateFamilyUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/family/create.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/family/create.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -135,7 +135,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getFamilyInstructionUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/family/handbook.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/family/handbook.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -144,7 +144,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getFamilyCurrencyHelpUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/family/faq.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/family/faq.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -153,7 +153,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getReportWallUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/inform/inform-list.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/inform/inform-list.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -162,7 +162,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getPublicChatHallHelpUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/inform/help.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/inform/help.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -171,7 +171,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getUserProtocolUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/protocol.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/protocol.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -180,14 +180,14 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getUserReportUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/inform/index.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/inform/index.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 话题-说明
|
|
|
|
|
*/
|
|
|
|
|
public static String getMiniWorldRuleUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/world-rule/index.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/world-rule/index.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -196,7 +196,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getTutuRealNamePage() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/identity/new.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/identity/new.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -205,7 +205,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getMyIncomeUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/myincome/index.html#/MyIncome");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/myincome/index.html#/MyIncome");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -214,7 +214,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getRechargeAgreementUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/rechargeAgreement.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/rechargeAgreement.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -223,7 +223,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getMentoringRelationshipGuide() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/strategy/strategy.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/strategy/strategy.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -232,11 +232,11 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getMentorRankingList() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/strategy/teacher-list.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/strategy/teacher-list.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static String getCommnunityNorms() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/community-norms.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/community-norms.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -245,7 +245,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getPrivacyAgreement() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/privacy-wap.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/privacy-wap.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static String getLinkUrl(String linkUrl) {
|
|
|
|
@@ -259,28 +259,28 @@ public class UriProvider {
|
|
|
|
|
* 个人魅力榜
|
|
|
|
|
*/
|
|
|
|
|
public static String getPersonalCharismaRank() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/charm/index.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/charm/index.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 宝箱帮助
|
|
|
|
|
*/
|
|
|
|
|
public static String getBoxHelp() {
|
|
|
|
|
return JAVA_WEB_URL.concat("peko/modules/rule/newWishingWellRule.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("anan_vestBag/modules/rule/newWishingWellRule.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 宝箱记录
|
|
|
|
|
*/
|
|
|
|
|
public static String getBoxHistory() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rank/index.html#/newWishingWellRecord");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rank/index.html#/newWishingWellRecord");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 获取宝箱钥匙
|
|
|
|
|
*/
|
|
|
|
|
public static String getBoxKey() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/activity/explore/index.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/activity/explore/index.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -289,7 +289,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getRedPacketRule() {
|
|
|
|
|
return JAVA_WEB_URL.concat("peko/modules/rule/red-packet-rule.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("anan_vestBag/modules/rule/red-packet-rule.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -299,7 +299,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getDatingRule() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/dating.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/dating.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -308,7 +308,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getGameShareUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/game/index.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/game/index.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -317,7 +317,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getLinkAccountUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/game/bindAccount.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/game/bindAccount.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -326,7 +326,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getLinkRoomUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/associateAccount/index.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/associateAccount/index.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -334,7 +334,7 @@ public class UriProvider {
|
|
|
|
|
* 房间排行榜
|
|
|
|
|
*/
|
|
|
|
|
public static String getRoomRanking() {
|
|
|
|
|
return IM_SERVER_URL.concat("/peko/modules/room_rank/index.html?roomUid=" + AvRoomDataManager.get().getRoomUid());
|
|
|
|
|
return IM_SERVER_URL.concat("/anan_vestBag/modules/room_rank/index.html?roomUid=" + AvRoomDataManager.get().getRoomUid());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -343,7 +343,7 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getSDKPermissionUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/sdk.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/sdk.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -352,119 +352,120 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getDeivcePermissionUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/permissions.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/permissions.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 隐私协议-个人信息
|
|
|
|
|
*/
|
|
|
|
|
public static String getPersonalInfoUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/personal-info.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/personal-info.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 隐私指引
|
|
|
|
|
*/
|
|
|
|
|
public static String getPrivacyUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/privacy-wap.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/privacy-wap.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 贵族中心帮助页
|
|
|
|
|
*/
|
|
|
|
|
public static String getVipHelpUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/introduction-patrician.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/introduction-patrician.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 贵族榜
|
|
|
|
|
*/
|
|
|
|
|
public static String getRankListUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/noble/index.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/noble/index.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Cp装扮
|
|
|
|
|
*/
|
|
|
|
|
public static String getCpDecorationUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/activity/act-nameplate-cp/index.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/activity/act-nameplate-cp/index.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 用户充值协议
|
|
|
|
|
*/
|
|
|
|
|
public static String getChargeAgreementUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/rechargeAgreement.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/rechargeAgreement.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 用户注册服务协议
|
|
|
|
|
*/
|
|
|
|
|
public static String getRegistrationAgreementUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/protocol.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/protocol.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 直播服务协议
|
|
|
|
|
*/
|
|
|
|
|
public static String getLiveServiceAgreementUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/live-protocol.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/live-protocol.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 社区规范
|
|
|
|
|
*/
|
|
|
|
|
public static String getCommunitySpecificationUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/community-norms.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/community-norms.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 账号注销协议
|
|
|
|
|
*/
|
|
|
|
|
public static String getCancellationAgreementUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/logout-agreement.html");
|
|
|
|
|
// return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/logout-agreement.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/logout/confirm.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 开通粉丝团
|
|
|
|
|
*/
|
|
|
|
|
public static String getFansTeamOpenUrl(long roomUid) {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/fans_club/nameplate.html?roomUid=" + roomUid);
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/fans_club/nameplate.html?roomUid=" + roomUid);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 粉丝团排行
|
|
|
|
|
*/
|
|
|
|
|
public static String getFansTeamRankUrl(long roomUid) {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/fans_club/fans_rank.html?roomUid=" + roomUid);
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/fans_club/fans_rank.html?roomUid=" + roomUid);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 我的粉丝团
|
|
|
|
|
*/
|
|
|
|
|
public static String getFansTeamMyFansUrl(long roomUid) {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/fans_club/myfans.html?roomUid=" + roomUid);
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/fans_club/myfans.html?roomUid=" + roomUid);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 粉丝团规则
|
|
|
|
|
*/
|
|
|
|
|
public static String getFansTeamRuleUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/fans_club/rule.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/fans_club/rule.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 个播小时榜
|
|
|
|
|
*/
|
|
|
|
|
public static String getSingleRoomHourRankUrl(long roomUid) {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/room_rank/hourRank.html?roomUid=" + roomUid);
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/room_rank/hourRank.html?roomUid=" + roomUid);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 牌照房小时榜
|
|
|
|
|
*/
|
|
|
|
|
public static String getRoomHourRankUrl(long roomUid) {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/room_rank/hourRankLicense.html?roomUid=" + roomUid);
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/room_rank/hourRankLicense.html?roomUid=" + roomUid);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -472,14 +473,14 @@ public class UriProvider {
|
|
|
|
|
* 周星榜
|
|
|
|
|
*/
|
|
|
|
|
public static String getWeekStarUrl() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/weekStar/newWeekStar.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/weekStar/newWeekStar.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 幸运礼物说明
|
|
|
|
|
*/
|
|
|
|
|
public static String getLuckyGiftRule(int giftID) {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/rule/luckyGiftRule.html?giftID=" + giftID);
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/rule/luckyGiftRule.html?giftID=" + giftID);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@@ -488,84 +489,84 @@ public class UriProvider {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static String getLiveAgreement() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/activity/activemodel/index.html?code=ZBGG");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/activity/activemodel/index.html?code=ZBGG");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 航海帮助
|
|
|
|
|
*/
|
|
|
|
|
public static String getRadishHelp() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/activity/act-sail/play_explain.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/activity/act-sail/play_explain.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 航海记录
|
|
|
|
|
*/
|
|
|
|
|
public static String getRadishHistory() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/activity/act-sail/win_record.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/activity/act-sail/win_record.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 获取航海钥匙
|
|
|
|
|
*/
|
|
|
|
|
public static String getRadishKey() {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/activity/act-sail/more.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/activity/act-sail/more.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 第三方支付
|
|
|
|
|
*/
|
|
|
|
|
public static String getOfficialPay(int type, String deviceId) {
|
|
|
|
|
return JAVA_WEB_URL.concat("/peko/modules/pay/index.html?channelType=" + type + "&deviceId=" + deviceId);
|
|
|
|
|
return JAVA_WEB_URL.concat("/anan_vestBag/modules/pay/index.html?channelType=" + type + "&deviceId=" + deviceId);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 钻石明细
|
|
|
|
|
*/
|
|
|
|
|
public static String getDiamondDetail() {
|
|
|
|
|
return JAVA_WEB_URL.concat("peko/modules/myincome/index.html#/DiamondLog");
|
|
|
|
|
return JAVA_WEB_URL.concat("anan_vestBag/modules/myincome/index.html#/DiamondLog");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 金币明细
|
|
|
|
|
*/
|
|
|
|
|
public static String getGoldDetail() {
|
|
|
|
|
return JAVA_WEB_URL.concat("peko/modules/myincome/index.html#/GoldLog");
|
|
|
|
|
return JAVA_WEB_URL.concat("anan_vestBag/modules/myincome/index.html#/GoldLog");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 提现记录
|
|
|
|
|
*/
|
|
|
|
|
public static String getWithdrawRecord() {
|
|
|
|
|
return JAVA_WEB_URL.concat("peko/modules/myincome/index.html#/GoldLog");
|
|
|
|
|
return JAVA_WEB_URL.concat("anan_vestBag/modules/myincome/index.html#/GoldLog");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 获取夺宝精灵钥匙
|
|
|
|
|
*/
|
|
|
|
|
public static String getFairyKey() {
|
|
|
|
|
return JAVA_WEB_URL.concat("peko/modules/act-treasureSnatching/index.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("anan_vestBag/modules/act-treasureSnatching/index.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 夺宝精灵规则
|
|
|
|
|
*/
|
|
|
|
|
public static String getFairyRule() {
|
|
|
|
|
return JAVA_WEB_URL.concat("peko/modules/act-treasureSnatching/rule.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("anan_vestBag/modules/act-treasureSnatching/rule.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 夺宝达人
|
|
|
|
|
*/
|
|
|
|
|
public static String getFairySuperior() {
|
|
|
|
|
return JAVA_WEB_URL.concat("peko/modules/act-treasureSnatching/list.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("anan_vestBag/modules/act-treasureSnatching/list.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 夺宝记录
|
|
|
|
|
*/
|
|
|
|
|
public static String getFairyRecord() {
|
|
|
|
|
return JAVA_WEB_URL.concat("peko/modules/act-treasureSnatching/record.html");
|
|
|
|
|
return JAVA_WEB_URL.concat("anan_vestBag/modules/act-treasureSnatching/record.html");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|