私聊违规提示优化

This commit is contained in:
huangjian
2022-08-10 11:23:24 +08:00
parent 0f5d6a20cc
commit c082079f43
10 changed files with 94 additions and 38 deletions

View File

@@ -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");
}
}

View File

@@ -280,6 +280,10 @@ public class UserInfo implements Serializable {
@Setter
private long limitChargeEndTime;
@Getter
@Setter
private boolean banAccount;
public UserInfo() {
}