[arouter]
This commit is contained in:
yangyakun
2024-08-30 17:33:04 +08:00
parent bb128de749
commit 5abf65298e
8 changed files with 1 additions and 21 deletions

View File

@@ -8,9 +8,6 @@ import com.mogo.commons.debug.DebugConfig
class BusPassengerConst { class BusPassengerConst {
companion object { companion object {
// OCH arouter 路由path
const val PATH = "/passenger/api"
// 轮询line // 轮询line
const val LOOP_LINE_2S = 2 * 1000L const val LOOP_LINE_2S = 2 * 1000L
const val LOOP_LINE_1S = 1 * 1000L const val LOOP_LINE_1S = 1 * 1000L

View File

@@ -6,9 +6,6 @@ package com.mogo.och.charter.passenger.constant
class CharterPassengerConst { class CharterPassengerConst {
companion object { companion object {
// OCH arouter 路由path
const val PATH = "/passenger/api"
// 轮询line // 轮询line
const val LOOP_LINE_2S = 2 * 1000L const val LOOP_LINE_2S = 2 * 1000L
const val LOOP_LINE_1S = 1 * 1000L const val LOOP_LINE_1S = 1 * 1000L

View File

@@ -6,8 +6,6 @@ package com.mogo.och.shuttle.passenger.constant
class BusPassengerConst { class BusPassengerConst {
companion object { companion object {
// OCH arouter 路由path
const val PATH = "/passenger/api"
// 轮询line // 轮询line
const val LOOP_LINE_2S = 2 * 1000L const val LOOP_LINE_2S = 2 * 1000L

View File

@@ -6,9 +6,6 @@ package com.mogo.och.shuttle.passenger.constant
class BusPassengerConst { class BusPassengerConst {
companion object { companion object {
// OCH arouter 路由path
const val PATH = "/passenger/api"
// 轮询line // 轮询line
const val LOOP_LINE_2S = 2 * 1000L const val LOOP_LINE_2S = 2 * 1000L
const val LOOP_LINE_1S = 1 * 1000L const val LOOP_LINE_1S = 1 * 1000L

View File

@@ -6,9 +6,6 @@ package com.mogo.och.shuttle.weaknet.passenger.constant
class BusPassengerConst { class BusPassengerConst {
companion object { companion object {
// OCH arouter 路由path
const val PATH = "/passenger/api"
// 轮询line // 轮询line
const val LOOP_LINE_2S = 2 * 1000L const val LOOP_LINE_2S = 2 * 1000L
const val LOOP_LINE_1S = 1 * 1000L const val LOOP_LINE_1S = 1 * 1000L

View File

@@ -8,9 +8,6 @@ import com.mogo.commons.debug.DebugConfig
class TaxiPassengerConst { class TaxiPassengerConst {
companion object { companion object {
// OCH arouter 路由path
const val PATH = "/passenger/api"
// 开始服务启动自动驾驶等待时间(埋点上传) // 开始服务启动自动驾驶等待时间(埋点上传)
const val LOOP_PERIOD_15S = 15 * 1000L const val LOOP_PERIOD_15S = 15 * 1000L

View File

@@ -6,9 +6,6 @@ package com.mogo.och.unmanned.passenger.constant
class TaxiPassengerConst { class TaxiPassengerConst {
companion object { companion object {
// OCH arouter 路由path
const val PATH = "/passenger/api"
// 开始服务启动自动驾驶等待时间(埋点上传) // 开始服务启动自动驾驶等待时间(埋点上传)
const val LOOP_PERIOD_15S = 15 * 1000L const val LOOP_PERIOD_15S = 15 * 1000L

View File

@@ -20,6 +20,6 @@ project.android.productFlavors {
buildConfigField 'java.util.Set<chassis.Chassis.GearPosition>', 'LAUNCH_AUTOPILOT_GEAR', 'new java.util.HashSet<chassis.Chassis.GearPosition>(){{add(chassis.Chassis.GearPosition.GEAR_D);}}' buildConfigField 'java.util.Set<chassis.Chassis.GearPosition>', 'LAUNCH_AUTOPILOT_GEAR', 'new java.util.HashSet<chassis.Chassis.GearPosition>(){{add(chassis.Chassis.GearPosition.GEAR_D);}}'
// ④是否支持多屏显示 // ④是否支持多屏显示
buildConfigField 'boolean', 'IS_MULTI_DISPLAY', 'true' buildConfigField 'boolean', 'IS_MULTI_DISPLAY', 'false'
} }
} }