Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
GingerSoftLANInterconnection
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王宇航
GingerSoftLANInterconnection
Commits
3b765871
Commit
3b765871
authored
Aug 10, 2024
by
王宇航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.6.3
繼續調整
parent
92c66130
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
mylibrary/src/main/java/com/gingersoft/connect/bean/ResultBean.kt
+1
-1
mylibrary/src/main/java/com/gingersoft/connect/bean/SocketCallbackBean.kt
+2
-1
mylibrary/src/main/java/com/gingersoft/connect/utils/MsgProcess.kt
+2
-1
No files found.
mylibrary/src/main/java/com/gingersoft/connect/bean/ResultBean.kt
View file @
3b765871
...
...
@@ -3,5 +3,5 @@ package com.gingersoft.connect.bean
class
ResultBean
(
val
success
:
Boolean
=
true
,
val
errorMsg
:
String
=
""
,
val
data
:
SendMsgType
val
data
:
SendMsgType
?
=
null
)
mylibrary/src/main/java/com/gingersoft/connect/bean/SocketCallbackBean.kt
View file @
3b765871
...
...
@@ -5,5 +5,5 @@ class SocketCallbackBean(
val
statusCode
:
Int
,
val
msgCode
:
String
,
val
errorMsg
:
String
,
val
data
:
SendMsgType
val
data
:
SendMsgType
?
=
null
)
\ No newline at end of file
mylibrary/src/main/java/com/gingersoft/connect/utils/MsgProcess.kt
View file @
3b765871
...
...
@@ -7,5 +7,5 @@ interface MsgProcess {
/**
* 消息處理
*/
fun
<
T
>
processMsg
(
data
:
T
):
ResultBean
fun
processMsg
(
data
:
Any
?
):
ResultBean
}
\ No newline at end of file
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