feat:恢复收益记录-明细H5入口、恢复我的-邀请好友入口
This commit is contained in:
@@ -221,4 +221,24 @@ public class UriProvider {
|
||||
return IM_SERVER_URL.concat("/molistar/modules/rank/index.html#/rank");
|
||||
}
|
||||
|
||||
/**
|
||||
* 钻石明细
|
||||
*/
|
||||
public static String getDiamondDetail() {
|
||||
return JAVA_WEB_URL.concat("/molistar/modules/myincome/index.html#/DiamondLog");
|
||||
}
|
||||
|
||||
/**
|
||||
* 金币明细
|
||||
*/
|
||||
public static String getGoldDetail() {
|
||||
return JAVA_WEB_URL.concat("/molistar/modules/myincome/index.html#/GoldLog");
|
||||
}
|
||||
|
||||
/**
|
||||
* 邀请好友
|
||||
*/
|
||||
public static String getInviteFan() {
|
||||
return JAVA_WEB_URL.concat("/molistar/activity/2024-invitationFission/index.html");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user