feat:修改mob相关KEY
feat:H5路径中peko换为peki feat:修改默认图
This commit is contained in:
@@ -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("/peki/modules/noble/roomBgList.html");
|
||||
}
|
||||
|
||||
/**
|
||||
* 贵族介绍页
|
||||
*/
|
||||
public static String getNobleIntro() {
|
||||
return IM_SERVER_URL.concat("/peko/modules/nobles/intro.html");
|
||||
return IM_SERVER_URL.concat("/peki/modules/nobles/intro.html");
|
||||
}
|
||||
|
||||
/**
|
||||
* 贵族介绍页
|
||||
*/
|
||||
public static String getRanking() {
|
||||
return IM_SERVER_URL.concat("/peko/modules/rank/index.html#/rank");
|
||||
return IM_SERVER_URL.concat("/peki/modules/rank/index.html#/rank");
|
||||
}
|
||||
|
||||
/**
|
||||
* 帮助页
|
||||
*/
|
||||
public static String getHelp() {
|
||||
return IM_SERVER_URL.concat("/peko/modules/rule/guide.html");
|
||||
return IM_SERVER_URL.concat("/peki/modules/rule/guide.html");
|
||||
}
|
||||
|
||||
/**
|
||||
* 等级界面
|
||||
*/
|
||||
public static String getUserLevelUrl() {
|
||||
return JAVA_WEB_URL.concat("/peko/modules/level/index.html");
|
||||
return JAVA_WEB_URL.concat("/peki/modules/level/index.html");
|
||||
}
|
||||
|
||||
/**
|
||||
* 邀请好友
|
||||
*/
|
||||
public static String getShareUrl() {
|
||||
return JAVA_WEB_URL.concat("/peko/modules/inviteCode/index.html");
|
||||
return JAVA_WEB_URL.concat("/peki/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("/peki/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("/peki/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("/peki/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("/peki/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("/peki/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("/peki/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("/peki/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("/peki/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("/peki/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("/peki/modules/inform/index.html");
|
||||
}
|
||||
|
||||
/**
|
||||
* 话题-说明
|
||||
*/
|
||||
public static String getMiniWorldRuleUrl() {
|
||||
return JAVA_WEB_URL.concat("/peko/modules/world-rule/index.html");
|
||||
return JAVA_WEB_URL.concat("/peki/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("/peki/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("/peki/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("/peki/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("/peki/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("/peki/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("/peki/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("/peki/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("/peki/modules/charm/index.html");
|
||||
}
|
||||
|
||||
/**
|
||||
* 宝箱帮助
|
||||
*/
|
||||
public static String getBoxHelp() {
|
||||
return JAVA_WEB_URL.concat("peko/modules/rule/newWishingWellRule.html");
|
||||
return JAVA_WEB_URL.concat("peki/modules/rule/newWishingWellRule.html");
|
||||
}
|
||||
|
||||
/**
|
||||
* 宝箱记录
|
||||
*/
|
||||
public static String getBoxHistory() {
|
||||
return JAVA_WEB_URL.concat("/peko/modules/rank/index.html#/newWishingWellRecord");
|
||||
return JAVA_WEB_URL.concat("/peki/modules/rank/index.html#/newWishingWellRecord");
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取宝箱钥匙
|
||||
*/
|
||||
public static String getBoxKey() {
|
||||
return JAVA_WEB_URL.concat("/peko/activity/explore/index.html");
|
||||
return JAVA_WEB_URL.concat("/peki/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("peki/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("/peki/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("/peki/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("/peki/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("/peki/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("/peki/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("/peki/modules/rule/sdk.html");
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -352,119 +352,119 @@ public class UriProvider {
|
||||
* @return
|
||||
*/
|
||||
public static String getDeivcePermissionUrl() {
|
||||
return JAVA_WEB_URL.concat("/peko/modules/rule/permissions.html");
|
||||
return JAVA_WEB_URL.concat("/peki/modules/rule/permissions.html");
|
||||
}
|
||||
|
||||
/**
|
||||
* 隐私协议-个人信息
|
||||
*/
|
||||
public static String getPersonalInfoUrl() {
|
||||
return JAVA_WEB_URL.concat("/peko/modules/rule/personal-info.html");
|
||||
return JAVA_WEB_URL.concat("/peki/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("/peki/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("/peki/modules/rule/introduction-patrician.html");
|
||||
}
|
||||
|
||||
/**
|
||||
* 贵族榜
|
||||
*/
|
||||
public static String getRankListUrl() {
|
||||
return JAVA_WEB_URL.concat("/peko/modules/noble/index.html");
|
||||
return JAVA_WEB_URL.concat("/peki/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("/peki/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("/peki/modules/rule/rechargeAgreement.html");
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户注册服务协议
|
||||
*/
|
||||
public static String getRegistrationAgreementUrl() {
|
||||
return JAVA_WEB_URL.concat("/peko/modules/rule/protocol.html");
|
||||
return JAVA_WEB_URL.concat("/peki/modules/rule/protocol.html");
|
||||
}
|
||||
|
||||
/**
|
||||
* 直播服务协议
|
||||
*/
|
||||
public static String getLiveServiceAgreementUrl() {
|
||||
return JAVA_WEB_URL.concat("/peko/modules/rule/live-protocol.html");
|
||||
return JAVA_WEB_URL.concat("/peki/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("/peki/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("/peki/modules/rule/logout-agreement.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("/peki/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("/peki/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("/peki/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("/peki/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("/peki/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("/peki/modules/room_rank/hourRankLicense.html?roomUid=" + roomUid);
|
||||
}
|
||||
|
||||
|
||||
@@ -472,14 +472,14 @@ public class UriProvider {
|
||||
* 周星榜
|
||||
*/
|
||||
public static String getWeekStarUrl() {
|
||||
return JAVA_WEB_URL.concat("/peko/modules/weekStar/newWeekStar.html");
|
||||
return JAVA_WEB_URL.concat("/peki/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("/peki/modules/rule/luckyGiftRule.html?giftID=" + giftID);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -488,84 +488,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("/peki/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("/peki/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("/peki/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("/peki/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("/peki/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("peki/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("peki/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("peki/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("peki/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("peki/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("peki/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("peki/modules/act-treasureSnatching/record.html");
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -120,7 +120,7 @@ public class XChatConstants {
|
||||
/**
|
||||
* 分享房間 URL
|
||||
*/
|
||||
public static final String SHARE_ROOM_URL = "/peko/modules/share_room/index.html?shareUid=";
|
||||
public static final String SHARE_ROOM_URL = "/peki/modules/share_room/index.html?shareUid=";
|
||||
|
||||
/**
|
||||
* 分享家族文本
|
||||
@@ -135,7 +135,7 @@ public class XChatConstants {
|
||||
/**
|
||||
* 分享家族 URL
|
||||
*/
|
||||
public static final String SHARE_FAMILY_URL = "/peko/modules/share/share_family.html";
|
||||
public static final String SHARE_FAMILY_URL = "/peki/modules/share/share_family.html";
|
||||
|
||||
/**
|
||||
* 分享群組文本
|
||||
@@ -150,17 +150,17 @@ public class XChatConstants {
|
||||
/**
|
||||
* 分享群組 URL
|
||||
*/
|
||||
public static final String SHARE_TEAM_URL = "/peko/modules/share/share_family.html";
|
||||
public static final String SHARE_TEAM_URL = "/peki/modules/share/share_family.html";
|
||||
/**
|
||||
* 分享群組 URL
|
||||
*/
|
||||
public static final String SHARE_WORLD_DYNAMIC_URL = "/peko/modules/world/share-page/index.html";
|
||||
public static final String SHARE_WORLD_DYNAMIC_URL = "/peki/modules/world/share-page/index.html";
|
||||
|
||||
|
||||
/**
|
||||
* 遊戲排行榜 URL
|
||||
*/
|
||||
public static final String GAME_ROOK = "/peko/modules/erbanRank/game_rank.html?type=week";
|
||||
public static final String GAME_ROOK = "/peki/modules/erbanRank/game_rank.html?type=week";
|
||||
|
||||
/**
|
||||
* 系統消息那個用戶的UID
|
||||
@@ -182,7 +182,7 @@ public class XChatConstants {
|
||||
/**
|
||||
* 登錄頁面「如何登錄」對應的 H5 頁面
|
||||
*/
|
||||
public static final String LOGIN_ERBAN_ACCOUNT_URL = "/peko/modules/rule/login_tips.html";
|
||||
public static final String LOGIN_ERBAN_ACCOUNT_URL = "/peki/modules/rule/login_tips.html";
|
||||
public static final String ROOM_INTRODUCTION = ResUtil.getString(R.string.yizhuan_xchat_android_constants_xchatconstants_08);
|
||||
|
||||
public static final String DATING_TIPS_OPEN = ResUtil.getString(R.string.yizhuan_xchat_android_constants_xchatconstants_09);
|
||||
@@ -248,6 +248,6 @@ public class XChatConstants {
|
||||
/**
|
||||
* peko谷歌下载地址
|
||||
*/
|
||||
public static String appDownloadUrl = "https://play.google.com/store/apps/details?id=com.vele.pekolive";
|
||||
public static String appDownloadUrl = "https://play.google.com/store/apps/details?id=fun.piko.live";
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user