v1.0 : 应用拦截版本改为1.0.0
This commit is contained in:
@@ -138,7 +138,7 @@ public class Constant {
|
||||
/**
|
||||
* 可使用的最低app版本
|
||||
*/
|
||||
public static final String LOWEST_VERSION_FOR_USE = "1.5";
|
||||
public static final String LOWEST_VERSION_FOR_USE = "1.0";
|
||||
|
||||
|
||||
public static class ExchangeDiamondGold {
|
||||
@@ -4132,7 +4132,7 @@ public class Constant {
|
||||
}
|
||||
|
||||
// 塔罗活动限制版本
|
||||
public final static String LUCKY_TAROT_LIMIT_APP_VERSION = "2.1.5";
|
||||
public final static String LUCKY_TAROT_LIMIT_APP_VERSION = "1.0.0";
|
||||
|
||||
/**
|
||||
* 房间玩法类型
|
||||
@@ -4384,7 +4384,7 @@ public class Constant {
|
||||
}
|
||||
|
||||
public static class BigGooseConstant {
|
||||
public static final String big_goose_appver = "4.0.0";//appversion
|
||||
public static final String big_goose_appver = "1.0.0";//appversion
|
||||
//推荐位非置顶麦上人数要求
|
||||
public static final Integer home_not_top_default_mic_num = 3;//appversion
|
||||
//热门房间麦上人数要求
|
||||
@@ -5248,7 +5248,7 @@ public class Constant {
|
||||
/**
|
||||
* 敏感信息des加密的客户端版本号
|
||||
*/
|
||||
public final static String ENCRYPT_SENSITIVE_INFO_APP_VERSION = "4.4.0";
|
||||
public final static String ENCRYPT_SENSITIVE_INFO_APP_VERSION = "1.0.0";
|
||||
|
||||
|
||||
/**
|
||||
@@ -5421,7 +5421,7 @@ public class Constant {
|
||||
public static final Byte RECEIVE_GIFT = 2;
|
||||
}
|
||||
/** 幸运礼物单独面板展示开始版本 **/
|
||||
public static final String LUCKY_BAG_GIFT_SINGLE_SHOW_VERSION = "4.7.0";
|
||||
public static final String LUCKY_BAG_GIFT_SINGLE_SHOW_VERSION = "1.0.0";
|
||||
|
||||
|
||||
public static class NewUserStart {
|
||||
|
@@ -38,7 +38,7 @@ public class SwaggerAutoConfiguration {
|
||||
.apis(RequestHandlerSelectors.basePackage("com.accompany"))
|
||||
.paths(path -> !StringUtils.contains(path, "/internal/"))
|
||||
.build()
|
||||
.apiInfo(new ApiInfoBuilder().title("平台接口").description("平台业务接口").build())
|
||||
.apiInfo(new ApiInfoBuilder().title("peko接口").description("peko业务接口").build())
|
||||
.enable(!onlineEnv);
|
||||
}
|
||||
|
||||
|
@@ -34,7 +34,7 @@ public class FaceJsonService extends BaseService {
|
||||
/**
|
||||
* 贵族表情开始生效版本号
|
||||
*/
|
||||
private final static String VIP_FACE_VERSION = "4.1.0";
|
||||
private final static String VIP_FACE_VERSION = "1.0.0";
|
||||
|
||||
/**
|
||||
* 获取当前有效的表情JSON信息
|
||||
|
@@ -203,16 +203,16 @@ public class RoomService extends BaseService {
|
||||
/**
|
||||
* 相亲玩法的appversion
|
||||
*/
|
||||
public static final String BLIND_DATE_ROOM_APPVERSION = "2.2.0";
|
||||
public static final String BLIND_DATE_ROOM_APPVERSION = "1.0.0";
|
||||
|
||||
/**
|
||||
* 安卓可切换音频sdk版本
|
||||
*/
|
||||
private static final String ANDROID_AUDIO_SDK_APPVERSION = "2.4.0";
|
||||
private static final String ANDROID_AUDIO_SDK_APPVERSION = "1.0.0";
|
||||
/**
|
||||
* IOS可切换音频sdk版本
|
||||
*/
|
||||
private static final String IOS_AUDIO_SDK_APPVERSION = "2.4.0";
|
||||
private static final String IOS_AUDIO_SDK_APPVERSION = "1.0.0";
|
||||
|
||||
/**
|
||||
* 默认的音频sdk
|
||||
@@ -222,7 +222,7 @@ public class RoomService extends BaseService {
|
||||
/**
|
||||
* 个播版本
|
||||
*/
|
||||
private static final String SINGLE_BROADCAST_APPVERSION = "4.2.0";
|
||||
private static final String SINGLE_BROADCAST_APPVERSION = "1.0.0";
|
||||
|
||||
|
||||
|
||||
|
@@ -80,7 +80,7 @@ public class SeekElfinServiceImpl extends BaseService implements SeekElfinServic
|
||||
// 头饰默认每日限购天数
|
||||
public static final Integer LIMIT_PURCHASE_DEFAULT_VAL = 100;
|
||||
// iOS商店包版本号拦截
|
||||
public static final String INTERCEPT_VERSION = "4.3.1";
|
||||
public static final String INTERCEPT_VERSION = "1.0.0";
|
||||
|
||||
@Autowired
|
||||
private SeekElfinUtil seekElfinUtil;
|
||||
|
@@ -27,7 +27,7 @@ public class PasswordLoginVersionUpdateMsgUserLoginListener {
|
||||
@Autowired
|
||||
private SendSysMsgService sendSysMsgService;
|
||||
|
||||
private final static String PASSWORD_LOGIN_VERSION = "3.2.0";
|
||||
private final static String PASSWORD_LOGIN_VERSION = "1.0.0";
|
||||
|
||||
@JmsListener(destination = "password_login_version_msg_queue",containerFactory = "passwordLoginVersionMsgContainer")
|
||||
public void onMessage(UserLoginMessageVo userLogin) {
|
||||
|
@@ -82,7 +82,7 @@ public class MyUserDetailsServiceImpl implements MyUserDetailsService {
|
||||
@Qualifier( value = "passwordLoginVersionMsgJmsTemplate")
|
||||
private JmsTemplate passwordLoginVersionMsgJmsTemplate;
|
||||
|
||||
private final static String PASSWORD_LOGIN_VERSION = "3.2.0";
|
||||
private final static String PASSWORD_LOGIN_VERSION = "1.0.0";
|
||||
|
||||
/**
|
||||
* 不允许登录的用户账号类型
|
||||
|
Reference in New Issue
Block a user