Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
p x
wsmock
Commits
cbf6e15b
Commit
cbf6e15b
authored
Mar 03, 2026
by
p x
Browse files
修改版本,回退发送方式
parent
4745cc12
Changes
2
Hide whitespace changes
Inline
Side-by-side
build.gradle.kts
View file @
cbf6e15b
...
@@ -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 打包
...
...
src/main/kotlin/com/inzy/wsmock/push/AvpPushTask.kt
View file @
cbf6e15b
...
@@ -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
->
{
//感知物
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment