福袋礼物说明改为本地写死
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user