Commit 8943c164 by 王宇航

1.6.7

parent 1af4de12
...@@ -55,7 +55,7 @@ afterEvaluate { ...@@ -55,7 +55,7 @@ afterEvaluate {
groupId = "com.gingersoft.connect" groupId = "com.gingersoft.connect"
artifactId = "Connect" artifactId = "Connect"
version = "1.6.6" version = "1.6.7"
// 添加 POM 配置 // 添加 POM 配置
// pom { // pom {
// name.set("GingerSoftConnect") // name.set("GingerSoftConnect")
......
...@@ -5,5 +5,5 @@ class SocketCallbackBean( ...@@ -5,5 +5,5 @@ class SocketCallbackBean(
val statusCode: Int, val statusCode: Int,
val msgCode: String, val msgCode: String,
val errorMsg: String, val errorMsg: String,
val data: SendMsgType? = null val data: Any? = null
) )
\ No newline at end of file
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