[Routing]
1、增加app_net_mode_name常规参数么用于统计网络环境
This commit is contained in:
@@ -79,7 +79,8 @@ object MogoAnalyticUtils {
|
||||
map["app_working_branch_hash"] = AppConfigInfo.workingBranchHash
|
||||
map["app_working_branch_name"] = AppConfigInfo.workingBranchName
|
||||
map["app_flavor"] = AppConfigInfo.flavor
|
||||
map["app_net_mode"] = when (AppConfigInfo.netMode) {
|
||||
map["app_net_mode"] = AppConfigInfo.netMode
|
||||
map["app_net_mode_name"] = when (AppConfigInfo.netMode) {
|
||||
2 -> "测试环境"
|
||||
3 -> "生产环境"
|
||||
4 -> "演示环境"
|
||||
@@ -90,7 +91,8 @@ object MogoAnalyticUtils {
|
||||
map["app_support_business"] = FunctionBuildConfig.supportBusiness
|
||||
|
||||
map["plate_number"] = AppConfigInfo.plateNumber
|
||||
map["product_type"] = AppIdentityModeUtils.getProduct(FunctionBuildConfig.appIdentityMode).name
|
||||
map["product_type"] =
|
||||
AppIdentityModeUtils.getProduct(FunctionBuildConfig.appIdentityMode).name
|
||||
map["car_type"] = AppIdentityModeUtils.getCarType(FunctionBuildConfig.appIdentityMode).name
|
||||
|
||||
return map
|
||||
|
||||
Reference in New Issue
Block a user