私聊违规提示优化
This commit is contained in:
@@ -478,4 +478,14 @@ public class UriProvider {
|
||||
public static String getLuckyGiftRule(int giftID) {
|
||||
return JAVA_WEB_URL.concat("/yinyou/modules/rule/luckyGiftRule.html?giftID=" + giftID);
|
||||
}
|
||||
|
||||
/**
|
||||
* 直播乱象
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public static String getLiveAgreement() {
|
||||
return JAVA_WEB_URL.concat("/yinyou/activity/activemodel/index.html?code=ZBGG");
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -280,6 +280,10 @@ public class UserInfo implements Serializable {
|
||||
@Setter
|
||||
private long limitChargeEndTime;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
private boolean banAccount;
|
||||
|
||||
public UserInfo() {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user