福袋礼物说明改为本地写死

This commit is contained in:
huangjian
2022-06-13 11:42:39 +08:00
parent 7dbd8e1068
commit 5bfac1508c
2 changed files with 26 additions and 11 deletions

View File

@@ -472,5 +472,10 @@ public class UriProvider {
return JAVA_WEB_URL.concat("/yinyou/modules/weekStar/newWeekStar.html");
}
/**
* 幸运礼物说明
*/
public static String getLuckyGiftRule(int giftID) {
return JAVA_WEB_URL.concat("/yinyou/modules/rule/luckyGiftRule.html?giftID=" + giftID);
}
}