Commit cbf6e15b authored by p x's avatar p x
Browse files

修改版本,回退发送方式

parent 4745cc12
...@@ -6,7 +6,7 @@ plugins { ...@@ -6,7 +6,7 @@ plugins {
} }
group = "com.inzy" group = "com.inzy"
version = "2.0" version = "1.0"
description = "ws 模拟" description = "ws 模拟"
// 禁用普通 JAR 打包 // 禁用普通 JAR 打包
......
...@@ -124,7 +124,7 @@ class AvpPushTask( ...@@ -124,7 +124,7 @@ class AvpPushTask(
override fun pushMsgFromType(type: String, channel: Channel) { override fun pushMsgFromType(type: String, channel: Channel) {
when (type) { when (type) {
RequestParamHandler.PARAM_TYPE_VALUE_1 -> {//车辆位姿 RequestParamHandler.PARAM_TYPE_VALUE_1 -> {//车辆位姿
// pushCarPos(channel) pushCarPos(channel)
} }
RequestParamHandler.PARAM_TYPE_VALUE_2 -> {//感知物 RequestParamHandler.PARAM_TYPE_VALUE_2 -> {//感知物
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment