Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Mirai
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Mirai
Commits
62e6d3f4
Commit
62e6d3f4
authored
Apr 08, 2020
by
Him188
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make OIDB structure classes internal
parent
b08b5bcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
317 additions
and
317 deletions
+317
-317
mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/proto/OIDB.kt
...mamoe/mirai/qqandroid/network/protocol/data/proto/OIDB.kt
+317
-317
No files found.
mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/proto/OIDB.kt
View file @
62e6d3f4
...
@@ -15,21 +15,21 @@ import net.mamoe.mirai.qqandroid.network.protocol.packet.EMPTY_BYTE_ARRAY
...
@@ -15,21 +15,21 @@ import net.mamoe.mirai.qqandroid.network.protocol.packet.EMPTY_BYTE_ARRAY
import
net.mamoe.mirai.qqandroid.utils.io.ProtoBuf
import
net.mamoe.mirai.qqandroid.utils.io.ProtoBuf
@Serializable
@Serializable
class
Oidb0x8a0
:
ProtoBuf
{
internal
class
Oidb0x8a0
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
optUint64GroupCode
:
Long
=
0L
,
@ProtoId
(
1
)
val
optUint64GroupCode
:
Long
=
0L
,
@ProtoId
(
2
)
val
msgKickResult
:
List
<
Oidb0x8a0
.
KickResult
>?
=
null
@ProtoId
(
2
)
val
msgKickResult
:
List
<
KickResult
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
KickResult
(
internal
class
KickResult
(
@ProtoId
(
1
)
val
optUint32Result
:
Int
=
0
,
@ProtoId
(
1
)
val
optUint32Result
:
Int
=
0
,
@ProtoId
(
2
)
val
optUint64MemberUin
:
Long
=
0L
@ProtoId
(
2
)
val
optUint64MemberUin
:
Long
=
0L
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
KickMemberInfo
(
internal
class
KickMemberInfo
(
@ProtoId
(
1
)
val
optUint32Operate
:
Int
=
0
,
@ProtoId
(
1
)
val
optUint32Operate
:
Int
=
0
,
@ProtoId
(
2
)
val
optUint64MemberUin
:
Long
=
0L
,
@ProtoId
(
2
)
val
optUint64MemberUin
:
Long
=
0L
,
@ProtoId
(
3
)
val
optUint32Flag
:
Int
=
0
,
@ProtoId
(
3
)
val
optUint32Flag
:
Int
=
0
,
...
@@ -37,9 +37,9 @@ class Oidb0x8a0 : ProtoBuf {
...
@@ -37,9 +37,9 @@ class Oidb0x8a0 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
optUint64GroupCode
:
Long
=
0L
,
@ProtoId
(
1
)
val
optUint64GroupCode
:
Long
=
0L
,
@ProtoId
(
2
)
val
msgKickList
:
List
<
Oidb0x8a0
.
KickMemberInfo
>?
=
null
,
@ProtoId
(
2
)
val
msgKickList
:
List
<
KickMemberInfo
>?
=
null
,
@ProtoId
(
3
)
val
kickList
:
List
<
Long
>?
=
null
,
@ProtoId
(
3
)
val
kickList
:
List
<
Long
>?
=
null
,
@ProtoId
(
4
)
val
kickFlag
:
Int
=
0
,
@ProtoId
(
4
)
val
kickFlag
:
Int
=
0
,
@ProtoId
(
5
)
val
kickMsg
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
5
)
val
kickMsg
:
ByteArray
=
EMPTY_BYTE_ARRAY
...
@@ -48,20 +48,20 @@ class Oidb0x8a0 : ProtoBuf {
...
@@ -48,20 +48,20 @@ class Oidb0x8a0 : ProtoBuf {
@Serializable
@Serializable
class
Oidb0x8fc
:
ProtoBuf
{
internal
class
Oidb0x8fc
:
ProtoBuf
{
@Serializable
@Serializable
class
CardNameElem
(
internal
class
CardNameElem
(
@ProtoId
(
1
)
val
enumCardType
:
Int
/* enum */
=
1
,
@ProtoId
(
1
)
val
enumCardType
:
Int
/* enum */
=
1
,
@ProtoId
(
2
)
val
value
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
2
)
val
value
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
CommCardNameBuf
(
internal
class
CommCardNameBuf
(
@ProtoId
(
1
)
val
richCardName
:
List
<
RichCardNameElem
>?
=
null
@ProtoId
(
1
)
val
richCardName
:
List
<
RichCardNameElem
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
1
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
2
)
val
showFlag
:
Int
=
0
,
@ProtoId
(
2
)
val
showFlag
:
Int
=
0
,
@ProtoId
(
3
)
val
memLevelInfo
:
List
<
MemberInfo
>?
=
null
,
@ProtoId
(
3
)
val
memLevelInfo
:
List
<
MemberInfo
>?
=
null
,
...
@@ -74,7 +74,7 @@ class Oidb0x8fc : ProtoBuf {
...
@@ -74,7 +74,7 @@ class Oidb0x8fc : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
MemberInfo
(
internal
class
MemberInfo
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
point
:
Int
=
0
,
@ProtoId
(
2
)
val
point
:
Int
=
0
,
@ProtoId
(
3
)
val
activeDay
:
Int
=
0
,
@ProtoId
(
3
)
val
activeDay
:
Int
=
0
,
...
@@ -95,54 +95,54 @@ class Oidb0x8fc : ProtoBuf {
...
@@ -95,54 +95,54 @@ class Oidb0x8fc : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RichCardNameElem
(
internal
class
RichCardNameElem
(
@ProtoId
(
1
)
val
ctrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
1
)
val
ctrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
text
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
2
)
val
text
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
1
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
2
)
val
errInfo
:
String
=
""
@ProtoId
(
2
)
val
errInfo
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ClientInfo
(
internal
class
ClientInfo
(
@ProtoId
(
1
)
val
implat
:
Int
=
0
,
@ProtoId
(
1
)
val
implat
:
Int
=
0
,
@ProtoId
(
2
)
val
ingClientver
:
String
=
""
@ProtoId
(
2
)
val
ingClientver
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
LevelName
(
internal
class
LevelName
(
@ProtoId
(
1
)
val
level
:
Int
=
0
,
@ProtoId
(
1
)
val
level
:
Int
=
0
,
@ProtoId
(
2
)
val
name
:
String
=
""
@ProtoId
(
2
)
val
name
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Oidb0x88d
:
ProtoBuf
{
internal
class
Oidb0x88d
:
ProtoBuf
{
@Serializable
@Serializable
class
GroupExInfoOnly
(
internal
class
GroupExInfoOnly
(
@ProtoId
(
1
)
val
tribeId
:
Int
=
0
,
@ProtoId
(
1
)
val
tribeId
:
Int
=
0
,
@ProtoId
(
2
)
val
moneyForAddGroup
:
Int
=
0
@ProtoId
(
2
)
val
moneyForAddGroup
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqGroupInfo
(
internal
class
ReqGroupInfo
(
@ProtoId
(
1
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
1
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
2
)
val
stgroupinfo
:
GroupInfo
?
=
null
,
@ProtoId
(
2
)
val
stgroupinfo
:
GroupInfo
?
=
null
,
@ProtoId
(
3
)
val
lastGetGroupNameTime
:
Int
=
0
@ProtoId
(
3
)
val
lastGetGroupNameTime
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspGroupInfo
(
internal
class
RspGroupInfo
(
@ProtoId
(
1
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
1
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
2
)
val
result
:
Int
=
0
,
@ProtoId
(
2
)
val
result
:
Int
=
0
,
@ProtoId
(
3
)
val
stgroupinfo
:
GroupInfo
?
=
null
@ProtoId
(
3
)
val
stgroupinfo
:
GroupInfo
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GroupGeoInfo
(
internal
class
GroupGeoInfo
(
@ProtoId
(
1
)
val
owneruin
:
Long
=
0L
,
@ProtoId
(
1
)
val
owneruin
:
Long
=
0L
,
@ProtoId
(
2
)
val
settime
:
Int
=
0
,
@ProtoId
(
2
)
val
settime
:
Int
=
0
,
@ProtoId
(
3
)
val
cityid
:
Int
=
0
,
@ProtoId
(
3
)
val
cityid
:
Int
=
0
,
...
@@ -153,7 +153,7 @@ class Oidb0x88d : ProtoBuf {
...
@@ -153,7 +153,7 @@ class Oidb0x88d : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
TagRecord
(
internal
class
TagRecord
(
@ProtoId
(
1
)
val
fromUin
:
Long
=
0L
,
@ProtoId
(
1
)
val
fromUin
:
Long
=
0L
,
@ProtoId
(
2
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
2
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
3
)
val
tagId
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
tagId
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -165,7 +165,7 @@ class Oidb0x88d : ProtoBuf {
...
@@ -165,7 +165,7 @@ class Oidb0x88d : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GroupInfo
(
internal
class
GroupInfo
(
@ProtoId
(
1
)
val
groupOwner
:
Long
?
=
null
,
@ProtoId
(
1
)
val
groupOwner
:
Long
?
=
null
,
@ProtoId
(
2
)
val
groupCreateTime
:
Int
?
=
null
,
@ProtoId
(
2
)
val
groupCreateTime
:
Int
?
=
null
,
@ProtoId
(
3
)
val
groupFlag
:
Int
?
=
null
,
@ProtoId
(
3
)
val
groupFlag
:
Int
?
=
null
,
...
@@ -270,7 +270,7 @@ class Oidb0x88d : ProtoBuf {
...
@@ -270,7 +270,7 @@ class Oidb0x88d : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GroupHeadPortraitInfo
(
internal
class
GroupHeadPortraitInfo
(
@ProtoId
(
1
)
val
uint32PicId
:
Int
=
0
,
@ProtoId
(
1
)
val
uint32PicId
:
Int
=
0
,
@ProtoId
(
2
)
val
leftX
:
Int
=
0
,
@ProtoId
(
2
)
val
leftX
:
Int
=
0
,
@ProtoId
(
3
)
val
leftY
:
Int
=
0
,
@ProtoId
(
3
)
val
leftY
:
Int
=
0
,
...
@@ -279,20 +279,20 @@ class Oidb0x88d : ProtoBuf {
...
@@ -279,20 +279,20 @@ class Oidb0x88d : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
stzrspgroupinfo
:
List
<
RspGroupInfo
>?
=
null
,
@ProtoId
(
1
)
val
stzrspgroupinfo
:
List
<
RspGroupInfo
>?
=
null
,
@ProtoId
(
2
)
val
errorinfo
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
2
)
val
errorinfo
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
2
)
val
stzreqgroupinfo
:
List
<
ReqGroupInfo
>?
=
null
,
@ProtoId
(
2
)
val
stzreqgroupinfo
:
List
<
ReqGroupInfo
>?
=
null
,
@ProtoId
(
3
)
val
pcClientVersion
:
Int
=
0
@ProtoId
(
3
)
val
pcClientVersion
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GroupHeadPortrait
(
internal
class
GroupHeadPortrait
(
@ProtoId
(
1
)
val
picCnt
:
Int
=
0
,
@ProtoId
(
1
)
val
picCnt
:
Int
=
0
,
@ProtoId
(
2
)
val
msgInfo
:
List
<
GroupHeadPortraitInfo
>?
=
null
,
@ProtoId
(
2
)
val
msgInfo
:
List
<
GroupHeadPortraitInfo
>?
=
null
,
@ProtoId
(
3
)
val
defaultId
:
Int
=
0
,
@ProtoId
(
3
)
val
defaultId
:
Int
=
0
,
...
@@ -302,15 +302,15 @@ class Oidb0x88d : ProtoBuf {
...
@@ -302,15 +302,15 @@ class Oidb0x88d : ProtoBuf {
}
}
@Serializable
@Serializable
class
Oidb0x89a
:
ProtoBuf
{
internal
class
Oidb0x89a
:
ProtoBuf
{
@Serializable
@Serializable
class
GroupNewGuidelinesInfo
(
internal
class
GroupNewGuidelinesInfo
(
@ProtoId
(
1
)
val
boolEnabled
:
Boolean
=
false
,
@ProtoId
(
1
)
val
boolEnabled
:
Boolean
=
false
,
@ProtoId
(
2
)
val
ingContent
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
2
)
val
ingContent
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
Groupinfo
(
internal
class
Groupinfo
(
@ProtoId
(
1
)
val
groupExtAdmNum
:
Int
?
=
null
,
@ProtoId
(
1
)
val
groupExtAdmNum
:
Int
?
=
null
,
@ProtoId
(
2
)
val
flag
:
Int
?
=
null
,
@ProtoId
(
2
)
val
flag
:
Int
?
=
null
,
@ProtoId
(
3
)
val
ingGroupName
:
ByteArray
?
=
null
,
@ProtoId
(
3
)
val
ingGroupName
:
ByteArray
?
=
null
,
...
@@ -352,19 +352,19 @@ class Oidb0x89a : ProtoBuf {
...
@@ -352,19 +352,19 @@ class Oidb0x89a : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
1
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
2
)
val
errorinfo
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
2
)
val
errorinfo
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GroupExInfoOnly
(
internal
class
GroupExInfoOnly
(
@ProtoId
(
1
)
val
tribeId
:
Int
=
0
,
@ProtoId
(
1
)
val
tribeId
:
Int
=
0
,
@ProtoId
(
2
)
val
moneyForAddGroup
:
Int
=
0
@ProtoId
(
2
)
val
moneyForAddGroup
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GroupGeoInfo
(
internal
class
GroupGeoInfo
(
@ProtoId
(
1
)
val
cityId
:
Int
=
0
,
@ProtoId
(
1
)
val
cityId
:
Int
=
0
,
@ProtoId
(
2
)
val
longtitude
:
Long
=
0L
,
@ProtoId
(
2
)
val
longtitude
:
Long
=
0L
,
@ProtoId
(
3
)
val
latitude
:
Long
=
0L
,
@ProtoId
(
3
)
val
latitude
:
Long
=
0L
,
...
@@ -373,7 +373,7 @@ class Oidb0x89a : ProtoBuf {
...
@@ -373,7 +373,7 @@ class Oidb0x89a : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
1
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
2
)
val
stGroupInfo
:
Groupinfo
?
=
null
,
@ProtoId
(
2
)
val
stGroupInfo
:
Groupinfo
?
=
null
,
@ProtoId
(
3
)
val
originalOperatorUin
:
Long
=
0L
,
@ProtoId
(
3
)
val
originalOperatorUin
:
Long
=
0L
,
...
@@ -382,15 +382,15 @@ class Oidb0x89a : ProtoBuf {
...
@@ -382,15 +382,15 @@ class Oidb0x89a : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0x7cb
:
ProtoBuf
{
internal
class
Cmd0x7cb
:
ProtoBuf
{
@Serializable
@Serializable
class
ConfigItem
(
internal
class
ConfigItem
(
@ProtoId
(
1
)
val
id
:
Int
=
0
,
@ProtoId
(
1
)
val
id
:
Int
=
0
,
@ProtoId
(
2
)
val
config
:
String
=
""
@ProtoId
(
2
)
val
config
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
timeStamp
:
Int
=
0
,
@ProtoId
(
1
)
val
timeStamp
:
Int
=
0
,
@ProtoId
(
2
)
val
timeGap
:
Int
=
0
,
@ProtoId
(
2
)
val
timeGap
:
Int
=
0
,
@ProtoId
(
3
)
val
commentConfigs
:
List
<
CommentConfig
>?
=
null
,
@ProtoId
(
3
)
val
commentConfigs
:
List
<
CommentConfig
>?
=
null
,
...
@@ -407,24 +407,24 @@ class Cmd0x7cb : ProtoBuf {
...
@@ -407,24 +407,24 @@ class Cmd0x7cb : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
CommentConfig
(
internal
class
CommentConfig
(
@ProtoId
(
1
)
val
appointSubject
:
Int
=
0
,
@ProtoId
(
1
)
val
appointSubject
:
Int
=
0
,
@ProtoId
(
2
)
val
msgConfigs
:
List
<
ConfigItem
>?
=
null
@ProtoId
(
2
)
val
msgConfigs
:
List
<
ConfigItem
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
timeStamp
:
Int
=
0
@ProtoId
(
1
)
val
timeStamp
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
DateRequest
(
internal
class
DateRequest
(
@ProtoId
(
1
)
val
time
:
Int
=
0
,
@ProtoId
(
1
)
val
time
:
Int
=
0
,
@ProtoId
(
2
)
val
errMsg
:
String
=
""
@ProtoId
(
2
)
val
errMsg
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
TopicConfig
(
internal
class
TopicConfig
(
@ProtoId
(
1
)
val
topicId
:
Int
=
0
,
@ProtoId
(
1
)
val
topicId
:
Int
=
0
,
@ProtoId
(
2
)
val
topicName
:
String
=
""
,
@ProtoId
(
2
)
val
topicName
:
String
=
""
,
@ProtoId
(
3
)
val
deadline
:
Int
=
0
,
@ProtoId
(
3
)
val
deadline
:
Int
=
0
,
...
@@ -433,9 +433,9 @@ class Cmd0x7cb : ProtoBuf {
...
@@ -433,9 +433,9 @@ class Cmd0x7cb : ProtoBuf {
}
}
@Serializable
@Serializable
class
Oidb0x87a
:
ProtoBuf
{
internal
class
Oidb0x87a
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
country
:
String
=
""
,
@ProtoId
(
1
)
val
country
:
String
=
""
,
@ProtoId
(
2
)
val
telephone
:
String
=
""
,
@ProtoId
(
2
)
val
telephone
:
String
=
""
,
@ProtoId
(
3
)
val
resendInterval
:
Int
=
0
,
@ProtoId
(
3
)
val
resendInterval
:
Int
=
0
,
...
@@ -443,7 +443,7 @@ class Oidb0x87a : ProtoBuf {
...
@@ -443,7 +443,7 @@ class Oidb0x87a : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
country
:
String
=
""
,
@ProtoId
(
1
)
val
country
:
String
=
""
,
@ProtoId
(
2
)
val
telephone
:
String
=
""
,
@ProtoId
(
2
)
val
telephone
:
String
=
""
,
@ProtoId
(
3
)
val
guid
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
guid
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -452,15 +452,15 @@ class Oidb0x87a : ProtoBuf {
...
@@ -452,15 +452,15 @@ class Oidb0x87a : ProtoBuf {
}
}
@Serializable
@Serializable
class
GroupAppPb
:
ProtoBuf
{
internal
class
GroupAppPb
:
ProtoBuf
{
@Serializable
@Serializable
class
ClientInfo
(
internal
class
ClientInfo
(
@ProtoId
(
1
)
val
platform
:
Int
=
0
,
@ProtoId
(
1
)
val
platform
:
Int
=
0
,
@ProtoId
(
2
)
val
version
:
String
=
""
@ProtoId
(
2
)
val
version
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
fullList
:
AppList
?
=
null
,
@ProtoId
(
1
)
val
fullList
:
AppList
?
=
null
,
@ProtoId
(
2
)
val
groupGrayList
:
AppList
?
=
null
,
@ProtoId
(
2
)
val
groupGrayList
:
AppList
?
=
null
,
@ProtoId
(
3
)
val
redPointList
:
AppList
?
=
null
,
@ProtoId
(
3
)
val
redPointList
:
AppList
?
=
null
,
...
@@ -468,13 +468,13 @@ class GroupAppPb : ProtoBuf {
...
@@ -468,13 +468,13 @@ class GroupAppPb : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
AppList
(
internal
class
AppList
(
@ProtoId
(
1
)
val
hash
:
String
=
""
,
@ProtoId
(
1
)
val
hash
:
String
=
""
,
@ProtoId
(
2
)
val
infos
:
List
<
AppInfo
>?
=
null
@ProtoId
(
2
)
val
infos
:
List
<
AppInfo
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
AppInfo
(
internal
class
AppInfo
(
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
2
)
val
icon
:
String
=
""
,
@ProtoId
(
2
)
val
icon
:
String
=
""
,
@ProtoId
(
3
)
val
name
:
String
=
""
,
@ProtoId
(
3
)
val
name
:
String
=
""
,
...
@@ -485,7 +485,7 @@ class GroupAppPb : ProtoBuf {
...
@@ -485,7 +485,7 @@ class GroupAppPb : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
client
:
ClientInfo
?
=
null
,
@ProtoId
(
1
)
val
client
:
ClientInfo
?
=
null
,
@ProtoId
(
2
)
val
groupId
:
Long
=
0L
,
@ProtoId
(
2
)
val
groupId
:
Long
=
0L
,
@ProtoId
(
3
)
val
groupType
:
Int
=
0
,
@ProtoId
(
3
)
val
groupType
:
Int
=
0
,
...
@@ -495,27 +495,27 @@ class GroupAppPb : ProtoBuf {
...
@@ -495,27 +495,27 @@ class GroupAppPb : ProtoBuf {
}
}
@Serializable
@Serializable
class
Oidb0xc34
:
ProtoBuf
{
internal
class
Oidb0xc34
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
:
ProtoBuf
internal
class
RspBody
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
@ProtoId
(
1
)
val
uin
:
Long
=
0L
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Cmd0x5fd
:
ProtoBuf
{
internal
class
Cmd0x5fd
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
msgComment
:
AppointDefine
.
DateComment
?
=
null
,
@ProtoId
(
1
)
val
msgComment
:
AppointDefine
.
DateComment
?
=
null
,
@ProtoId
(
2
)
val
maxFetchCount
:
Int
=
0
,
@ProtoId
(
2
)
val
maxFetchCount
:
Int
=
0
,
@ProtoId
(
3
)
val
lastCommentId
:
String
=
""
@ProtoId
(
3
)
val
lastCommentId
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
msgComment
:
List
<
AppointDefine
.
DateComment
>?
=
null
,
@ProtoId
(
1
)
val
msgComment
:
List
<
AppointDefine
.
DateComment
>?
=
null
,
@ProtoId
(
2
)
val
errorTips
:
String
=
""
,
@ProtoId
(
2
)
val
errorTips
:
String
=
""
,
@ProtoId
(
3
)
val
clearCacheFlag
:
Int
=
0
,
@ProtoId
(
3
)
val
clearCacheFlag
:
Int
=
0
,
...
@@ -525,9 +525,9 @@ class Cmd0x5fd : ProtoBuf {
...
@@ -525,9 +525,9 @@ class Cmd0x5fd : ProtoBuf {
}
}
@Serializable
@Serializable
class
Oidb0xbcb
:
ProtoBuf
{
internal
class
Oidb0xbcb
:
ProtoBuf
{
@Serializable
@Serializable
class
CheckUrlReqItem
(
internal
class
CheckUrlReqItem
(
@ProtoId
(
1
)
val
url
:
String
=
""
,
@ProtoId
(
1
)
val
url
:
String
=
""
,
@ProtoId
(
2
)
val
refer
:
String
=
""
,
@ProtoId
(
2
)
val
refer
:
String
=
""
,
@ProtoId
(
3
)
val
plateform
:
String
=
""
,
@ProtoId
(
3
)
val
plateform
:
String
=
""
,
...
@@ -541,25 +541,25 @@ class Oidb0xbcb : ProtoBuf {
...
@@ -541,25 +541,25 @@ class Oidb0xbcb : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
CheckUrlRsp
(
internal
class
CheckUrlRsp
(
@ProtoId
(
1
)
val
results
:
List
<
UrlCheckResult
>?
=
null
,
@ProtoId
(
1
)
val
results
:
List
<
UrlCheckResult
>?
=
null
,
@ProtoId
(
2
)
val
nextReqDuration
:
Int
=
0
@ProtoId
(
2
)
val
nextReqDuration
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
9
)
val
notUseCache
:
Int
=
0
,
@ProtoId
(
9
)
val
notUseCache
:
Int
=
0
,
@ProtoId
(
10
)
val
checkUrlReq
:
CheckUrlReq
?
=
null
@ProtoId
(
10
)
val
checkUrlReq
:
CheckUrlReq
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
wording
:
String
=
""
,
@ProtoId
(
1
)
val
wording
:
String
=
""
,
@ProtoId
(
10
)
val
checkUrlRsp
:
CheckUrlRsp
?
=
null
@ProtoId
(
10
)
val
checkUrlRsp
:
CheckUrlRsp
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
CheckUrlReq
(
internal
class
CheckUrlReq
(
@ProtoId
(
1
)
val
url
:
List
<
String
>
=
listOf
(),
@ProtoId
(
1
)
val
url
:
List
<
String
>
=
listOf
(),
@ProtoId
(
2
)
val
refer
:
String
=
""
,
@ProtoId
(
2
)
val
refer
:
String
=
""
,
@ProtoId
(
3
)
val
plateform
:
String
=
""
,
@ProtoId
(
3
)
val
plateform
:
String
=
""
,
...
@@ -574,7 +574,7 @@ class Oidb0xbcb : ProtoBuf {
...
@@ -574,7 +574,7 @@ class Oidb0xbcb : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
UrlCheckResult
(
internal
class
UrlCheckResult
(
@ProtoId
(
1
)
val
url
:
String
=
""
,
@ProtoId
(
1
)
val
url
:
String
=
""
,
@ProtoId
(
2
)
val
result
:
Int
=
0
,
@ProtoId
(
2
)
val
result
:
Int
=
0
,
@ProtoId
(
3
)
val
jumpResult
:
Int
=
0
,
@ProtoId
(
3
)
val
jumpResult
:
Int
=
0
,
...
@@ -588,24 +588,24 @@ class Oidb0xbcb : ProtoBuf {
...
@@ -588,24 +588,24 @@ class Oidb0xbcb : ProtoBuf {
}
}
@Serializable
@Serializable
class
Oidb0xbfe
:
ProtoBuf
{
internal
class
Oidb0xbfe
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
receiveStatus
:
Int
=
0
,
@ProtoId
(
1
)
val
receiveStatus
:
Int
=
0
,
@ProtoId
(
2
)
val
jumpUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
jumpUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
flag
:
Int
=
0
@ProtoId
(
3
)
val
flag
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
@ProtoId
(
1
)
val
uin
:
Long
=
0L
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Oidb0xbe8
:
ProtoBuf
{
internal
class
Oidb0xbe8
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
enumOpCode
:
Int
/* enum */
=
1
,
@ProtoId
(
2
)
val
enumOpCode
:
Int
/* enum */
=
1
,
@ProtoId
(
3
)
val
rspOfPopupFlag
:
Int
=
0
,
@ProtoId
(
3
)
val
rspOfPopupFlag
:
Int
=
0
,
...
@@ -613,13 +613,13 @@ class Oidb0xbe8 : ProtoBuf {
...
@@ -613,13 +613,13 @@ class Oidb0xbe8 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
PopupResult
(
internal
class
PopupResult
(
@ProtoId
(
1
)
val
popupResult
:
Int
=
0
,
@ProtoId
(
1
)
val
popupResult
:
Int
=
0
,
@ProtoId
(
2
)
val
popupFieldid
:
Int
=
0
@ProtoId
(
2
)
val
popupFieldid
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
enumOpCode
:
Int
/* enum */
=
1
,
@ProtoId
(
2
)
val
enumOpCode
:
Int
/* enum */
=
1
,
@ProtoId
(
3
)
val
reqOfPopupFlag
:
Int
=
0
,
@ProtoId
(
3
)
val
reqOfPopupFlag
:
Int
=
0
,
...
@@ -630,16 +630,16 @@ class Oidb0xbe8 : ProtoBuf {
...
@@ -630,16 +630,16 @@ class Oidb0xbe8 : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0x7de
:
ProtoBuf
{
internal
class
Cmd0x7de
:
ProtoBuf
{
@Serializable
@Serializable
class
UserProfile
(
internal
class
UserProfile
(
@ProtoId
(
1
)
val
msgPublisherInfo
:
AppointDefine
.
PublisherInfo
?
=
null
,
@ProtoId
(
1
)
val
msgPublisherInfo
:
AppointDefine
.
PublisherInfo
?
=
null
,
@ProtoId
(
2
)
val
msgAppointsInfo
:
AppointDefine
.
AppointInfo
?
=
null
,
@ProtoId
(
2
)
val
msgAppointsInfo
:
AppointDefine
.
AppointInfo
?
=
null
,
@ProtoId
(
3
)
val
msgVistorInfo
:
List
<
AppointDefine
.
StrangerInfo
>?
=
null
@ProtoId
(
3
)
val
msgVistorInfo
:
List
<
AppointDefine
.
StrangerInfo
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
msgHead
:
BusiRespHead
?
=
null
,
@ProtoId
(
1
)
val
msgHead
:
BusiRespHead
?
=
null
,
@ProtoId
(
2
)
val
msgUserList
:
List
<
UserProfile
>?
=
null
,
@ProtoId
(
2
)
val
msgUserList
:
List
<
UserProfile
>?
=
null
,
@ProtoId
(
3
)
val
ended
:
Int
=
0
,
@ProtoId
(
3
)
val
ended
:
Int
=
0
,
...
@@ -647,7 +647,7 @@ class Cmd0x7de : ProtoBuf {
...
@@ -647,7 +647,7 @@ class Cmd0x7de : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
BusiRespHead
(
internal
class
BusiRespHead
(
@ProtoId
(
1
)
val
int32Version
:
Int
=
1
,
@ProtoId
(
1
)
val
int32Version
:
Int
=
1
,
@ProtoId
(
2
)
val
int32Seq
:
Int
=
0
,
@ProtoId
(
2
)
val
int32Seq
:
Int
=
0
,
@ProtoId
(
3
)
val
int32ReplyCode
:
Int
=
0
,
@ProtoId
(
3
)
val
int32ReplyCode
:
Int
=
0
,
...
@@ -655,7 +655,7 @@ class Cmd0x7de : ProtoBuf {
...
@@ -655,7 +655,7 @@ class Cmd0x7de : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
msgHead
:
BusiReqHead
?
=
null
,
@ProtoId
(
1
)
val
msgHead
:
BusiReqHead
?
=
null
,
@ProtoId
(
2
)
val
msgLbsInfo
:
AppointDefine
.
LBSInfo
?
=
null
,
@ProtoId
(
2
)
val
msgLbsInfo
:
AppointDefine
.
LBSInfo
?
=
null
,
@ProtoId
(
3
)
val
time
:
Int
=
0
,
@ProtoId
(
3
)
val
time
:
Int
=
0
,
...
@@ -669,16 +669,16 @@ class Cmd0x7de : ProtoBuf {
...
@@ -669,16 +669,16 @@ class Cmd0x7de : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
BusiReqHead
(
internal
class
BusiReqHead
(
@ProtoId
(
1
)
val
int32Version
:
Int
=
1
,
@ProtoId
(
1
)
val
int32Version
:
Int
=
1
,
@ProtoId
(
2
)
val
int32Seq
:
Int
=
0
@ProtoId
(
2
)
val
int32Seq
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Cmd0x7a8
:
ProtoBuf
{
internal
class
Cmd0x7a8
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
reqUin
:
Long
=
0L
,
@ProtoId
(
1
)
val
reqUin
:
Long
=
0L
,
@ProtoId
(
11
)
val
onlyObtained
:
Int
=
0
,
@ProtoId
(
11
)
val
onlyObtained
:
Int
=
0
,
@ProtoId
(
12
)
val
readReport
:
Int
=
0
,
@ProtoId
(
12
)
val
readReport
:
Int
=
0
,
...
@@ -691,7 +691,7 @@ class Cmd0x7a8 : ProtoBuf {
...
@@ -691,7 +691,7 @@ class Cmd0x7a8 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
nick
:
String
=
""
,
@ProtoId
(
1
)
val
nick
:
String
=
""
,
@ProtoId
(
2
)
val
metalRank
:
Int
=
0
,
@ProtoId
(
2
)
val
metalRank
:
Int
=
0
,
@ProtoId
(
3
)
val
friCount
:
Int
=
0
,
@ProtoId
(
3
)
val
friCount
:
Int
=
0
,
...
@@ -706,7 +706,7 @@ class Cmd0x7a8 : ProtoBuf {
...
@@ -706,7 +706,7 @@ class Cmd0x7a8 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
MedalNews
(
internal
class
MedalNews
(
@ProtoId
(
1
)
val
friUin
:
Long
=
0L
,
@ProtoId
(
1
)
val
friUin
:
Long
=
0L
,
@ProtoId
(
2
)
val
friNick
:
String
=
""
,
@ProtoId
(
2
)
val
friNick
:
String
=
""
,
@ProtoId
(
3
)
val
msgMedal
:
Common
.
MedalInfo
?
=
null
@ProtoId
(
3
)
val
msgMedal
:
Common
.
MedalInfo
?
=
null
...
@@ -715,9 +715,9 @@ class Cmd0x7a8 : ProtoBuf {
...
@@ -715,9 +715,9 @@ class Cmd0x7a8 : ProtoBuf {
@Serializable
@Serializable
class
Cmd0x5fe
:
ProtoBuf
{
internal
class
Cmd0x5fe
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
msgAppointId
:
AppointDefine
.
AppointID
?
=
null
,
@ProtoId
(
1
)
val
msgAppointId
:
AppointDefine
.
AppointID
?
=
null
,
@ProtoId
(
2
)
val
commentId
:
String
=
""
,
@ProtoId
(
2
)
val
commentId
:
String
=
""
,
@ProtoId
(
3
)
val
fetchOldCount
:
Int
=
0
,
@ProtoId
(
3
)
val
fetchOldCount
:
Int
=
0
,
...
@@ -725,7 +725,7 @@ class Cmd0x5fe : ProtoBuf {
...
@@ -725,7 +725,7 @@ class Cmd0x5fe : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
msgComment
:
List
<
AppointDefine
.
DateComment
>?
=
null
,
@ProtoId
(
1
)
val
msgComment
:
List
<
AppointDefine
.
DateComment
>?
=
null
,
@ProtoId
(
2
)
val
errorTips
:
String
=
""
,
@ProtoId
(
2
)
val
errorTips
:
String
=
""
,
@ProtoId
(
3
)
val
fetchOldOver
:
Int
=
0
,
@ProtoId
(
3
)
val
fetchOldOver
:
Int
=
0
,
...
@@ -734,18 +734,18 @@ class Cmd0x5fe : ProtoBuf {
...
@@ -734,18 +734,18 @@ class Cmd0x5fe : ProtoBuf {
}
}
@Serializable
@Serializable
class
Oidb0xc35
:
ProtoBuf
{
internal
class
Oidb0xc35
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
:
ProtoBuf
internal
class
RspBody
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
msgExposeInfo
:
List
<
ExposeItem
>?
=
null
@ProtoId
(
2
)
val
msgExposeInfo
:
List
<
ExposeItem
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ExposeItem
(
internal
class
ExposeItem
(
@ProtoId
(
1
)
val
friend
:
Long
=
0L
,
@ProtoId
(
1
)
val
friend
:
Long
=
0L
,
@ProtoId
(
2
)
val
pageId
:
Int
=
0
,
@ProtoId
(
2
)
val
pageId
:
Int
=
0
,
@ProtoId
(
3
)
val
entranceId
:
Int
=
0
,
@ProtoId
(
3
)
val
entranceId
:
Int
=
0
,
...
@@ -758,15 +758,15 @@ class Oidb0xc35 : ProtoBuf {
...
@@ -758,15 +758,15 @@ class Oidb0xc35 : ProtoBuf {
}
}
@Serializable
@Serializable
class
Oidb0xc0d
:
ProtoBuf
{
internal
class
Oidb0xc0d
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
completedTaskStamp
:
Long
=
0L
,
@ProtoId
(
1
)
val
completedTaskStamp
:
Long
=
0L
,
@ProtoId
(
2
)
val
errMsg
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
2
)
val
errMsg
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
taskType
:
Int
=
0
,
@ProtoId
(
2
)
val
taskType
:
Int
=
0
,
@ProtoId
(
3
)
val
taskPoint
:
Int
=
0
@ProtoId
(
3
)
val
taskPoint
:
Int
=
0
...
@@ -774,9 +774,9 @@ class Oidb0xc0d : ProtoBuf {
...
@@ -774,9 +774,9 @@ class Oidb0xc0d : ProtoBuf {
}
}
@Serializable
@Serializable
class
OidbSso
:
ProtoBuf
{
internal
class
OidbSso
:
ProtoBuf
{
@Serializable
@Serializable
class
OIDBSSOPkg
(
internal
class
OIDBSSOPkg
(
@ProtoId
(
1
)
val
command
:
Int
=
0
,
@ProtoId
(
1
)
val
command
:
Int
=
0
,
@ProtoId
(
2
)
val
serviceType
:
Int
=
0
,
@ProtoId
(
2
)
val
serviceType
:
Int
=
0
,
@ProtoId
(
3
)
val
result
:
Int
=
0
,
@ProtoId
(
3
)
val
result
:
Int
=
0
,
...
@@ -787,31 +787,31 @@ class OidbSso : ProtoBuf {
...
@@ -787,31 +787,31 @@ class OidbSso : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0xc83
:
ProtoBuf
{
internal
class
Cmd0xc83
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
101
)
val
fromUin
:
Long
=
0L
,
@ProtoId
(
101
)
val
fromUin
:
Long
=
0L
,
@ProtoId
(
102
)
val
toUin
:
Long
=
0L
,
@ProtoId
(
102
)
val
toUin
:
Long
=
0L
,
@ProtoId
(
103
)
val
op
:
Int
=
0
@ProtoId
(
103
)
val
op
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
101
)
val
result
:
Int
=
0
,
@ProtoId
(
101
)
val
result
:
Int
=
0
,
@ProtoId
(
102
)
val
retryInterval
:
Int
=
0
@ProtoId
(
102
)
val
retryInterval
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Cmd0xccb
:
ProtoBuf
{
internal
class
Cmd0xccb
:
ProtoBuf
{
@Serializable
@Serializable
class
GroupMsgInfo
(
internal
class
GroupMsgInfo
(
@ProtoId
(
1
)
val
msgSeq
:
Int
=
0
,
@ProtoId
(
1
)
val
msgSeq
:
Int
=
0
,
@ProtoId
(
2
)
val
roamFlag
:
Int
=
0
@ProtoId
(
2
)
val
roamFlag
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
type
:
Int
=
0
,
@ProtoId
(
1
)
val
type
:
Int
=
0
,
@ProtoId
(
2
)
val
destUin
:
Long
=
0L
,
@ProtoId
(
2
)
val
destUin
:
Long
=
0L
,
@ProtoId
(
3
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
3
)
val
groupCode
:
Long
=
0L
,
...
@@ -820,7 +820,7 @@ class Cmd0xccb : ProtoBuf {
...
@@ -820,7 +820,7 @@ class Cmd0xccb : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
type
:
Int
=
0
,
@ProtoId
(
1
)
val
type
:
Int
=
0
,
@ProtoId
(
2
)
val
destUin
:
Long
=
0L
,
@ProtoId
(
2
)
val
destUin
:
Long
=
0L
,
@ProtoId
(
3
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
3
)
val
groupCode
:
Long
=
0L
,
...
@@ -830,7 +830,7 @@ class Cmd0xccb : ProtoBuf {
...
@@ -830,7 +830,7 @@ class Cmd0xccb : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
C2cMsgInfo
(
internal
class
C2cMsgInfo
(
@ProtoId
(
1
)
val
msgSeq
:
Int
=
0
,
@ProtoId
(
1
)
val
msgSeq
:
Int
=
0
,
@ProtoId
(
2
)
val
msgTime
:
Int
=
0
,
@ProtoId
(
2
)
val
msgTime
:
Int
=
0
,
@ProtoId
(
3
)
val
msgRandom
:
Int
=
0
,
@ProtoId
(
3
)
val
msgRandom
:
Int
=
0
,
...
@@ -839,22 +839,22 @@ class Cmd0xccb : ProtoBuf {
...
@@ -839,22 +839,22 @@ class Cmd0xccb : ProtoBuf {
}
}
@Serializable
@Serializable
class
Oidb0xd84
:
ProtoBuf
{
internal
class
Oidb0xd84
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
xmitinfo
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
1
)
val
xmitinfo
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
xmitinfo
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
1
)
val
xmitinfo
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Oidb0x5e1
:
ProtoBuf
{
internal
class
Oidb0x5e1
:
ProtoBuf
{
@Serializable
@Serializable
class
UdcUinData
(
internal
class
UdcUinData
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
4
)
val
openid
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
4
)
val
openid
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
20002
)
val
nick
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
20002
)
val
nick
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -900,13 +900,13 @@ class Oidb0x5e1 : ProtoBuf {
...
@@ -900,13 +900,13 @@ class Oidb0x5e1 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
11
)
val
msgUinData
:
List
<
UdcUinData
>?
=
null
,
@ProtoId
(
11
)
val
msgUinData
:
List
<
UdcUinData
>?
=
null
,
@ProtoId
(
12
)
val
uint64UnfinishedUins
:
List
<
Long
>?
=
null
@ProtoId
(
12
)
val
uint64UnfinishedUins
:
List
<
Long
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
uint64Uins
:
List
<
Long
>?
=
null
,
@ProtoId
(
1
)
val
uint64Uins
:
List
<
Long
>?
=
null
,
@ProtoId
(
2
)
val
startTime
:
Int
=
0
,
@ProtoId
(
2
)
val
startTime
:
Int
=
0
,
@ProtoId
(
3
)
val
maxPackageSize
:
Int
=
0
,
@ProtoId
(
3
)
val
maxPackageSize
:
Int
=
0
,
...
@@ -956,22 +956,22 @@ class Oidb0x5e1 : ProtoBuf {
...
@@ -956,22 +956,22 @@ class Oidb0x5e1 : ProtoBuf {
}
}
@Serializable
@Serializable
class
Oidb0xc90
:
ProtoBuf
{
internal
class
Oidb0xc90
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
communityBid
:
List
<
Long
>?
=
null
,
@ProtoId
(
1
)
val
communityBid
:
List
<
Long
>?
=
null
,
@ProtoId
(
2
)
val
page
:
Int
=
0
@ProtoId
(
2
)
val
page
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
CommunityWebInfo
(
internal
class
CommunityWebInfo
(
@ProtoId
(
1
)
val
communityInfoItem
:
List
<
CommunityConfigInfo
>?
=
null
,
@ProtoId
(
1
)
val
communityInfoItem
:
List
<
CommunityConfigInfo
>?
=
null
,
@ProtoId
(
2
)
val
page
:
Int
=
0
,
@ProtoId
(
2
)
val
page
:
Int
=
0
,
@ProtoId
(
3
)
val
end
:
Int
=
0
@ProtoId
(
3
)
val
end
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
communityInfoItem
:
List
<
CommunityConfigInfo
>?
=
null
,
@ProtoId
(
1
)
val
communityInfoItem
:
List
<
CommunityConfigInfo
>?
=
null
,
@ProtoId
(
2
)
val
jumpConcernCommunityUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
jumpConcernCommunityUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
communityTitleWording
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
communityTitleWording
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -981,7 +981,7 @@ class Oidb0xc90 : ProtoBuf {
...
@@ -981,7 +981,7 @@ class Oidb0xc90 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
CommunityConfigInfo
(
internal
class
CommunityConfigInfo
(
@ProtoId
(
1
)
val
jumpHomePageUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
1
)
val
jumpHomePageUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
name
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
name
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
picUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
picUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -992,15 +992,15 @@ class Oidb0xc90 : ProtoBuf {
...
@@ -992,15 +992,15 @@ class Oidb0xc90 : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0xd8a
:
ProtoBuf
{
internal
class
Cmd0xd8a
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
retcode
:
Int
=
0
,
@ProtoId
(
1
)
val
retcode
:
Int
=
0
,
@ProtoId
(
2
)
val
res
:
String
=
""
@ProtoId
(
2
)
val
res
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
cmd
:
Int
=
0
,
@ProtoId
(
2
)
val
cmd
:
Int
=
0
,
@ProtoId
(
3
)
val
body
:
String
=
""
,
@ProtoId
(
3
)
val
body
:
String
=
""
,
...
@@ -1008,23 +1008,23 @@ class Cmd0xd8a : ProtoBuf {
...
@@ -1008,23 +1008,23 @@ class Cmd0xd8a : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ClientInfo
(
internal
class
ClientInfo
(
@ProtoId
(
1
)
val
implat
:
Int
=
0
,
@ProtoId
(
1
)
val
implat
:
Int
=
0
,
@ProtoId
(
2
)
val
ingClientver
:
String
=
""
@ProtoId
(
2
)
val
ingClientver
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Oidb0xb6f
:
ProtoBuf
{
internal
class
Oidb0xb6f
:
ProtoBuf
{
@Serializable
@Serializable
class
ReportFreqRspBody
(
internal
class
ReportFreqRspBody
(
@ProtoId
(
1
)
val
identity
:
Identity
?
=
null
,
@ProtoId
(
1
)
val
identity
:
Identity
?
=
null
,
@ProtoId
(
4
)
val
remainTimes
:
Long
=
0L
,
@ProtoId
(
4
)
val
remainTimes
:
Long
=
0L
,
@ProtoId
(
5
)
val
expireTime
:
Int
=
0
@ProtoId
(
5
)
val
expireTime
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
Identity
(
internal
class
Identity
(
@ProtoId
(
1
)
val
apiName
:
String
=
""
,
@ProtoId
(
1
)
val
apiName
:
String
=
""
,
@ProtoId
(
2
)
val
appid
:
Int
=
0
,
@ProtoId
(
2
)
val
appid
:
Int
=
0
,
@ProtoId
(
3
)
val
apptype
:
Int
=
0
,
@ProtoId
(
3
)
val
apptype
:
Int
=
0
,
...
@@ -1034,7 +1034,7 @@ class Oidb0xb6f : ProtoBuf {
...
@@ -1034,7 +1034,7 @@ class Oidb0xb6f : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ThresholdInfo
(
internal
class
ThresholdInfo
(
@ProtoId
(
1
)
val
thresholdPerMinute
:
Long
=
0L
,
@ProtoId
(
1
)
val
thresholdPerMinute
:
Long
=
0L
,
@ProtoId
(
2
)
val
thresholdPerDay
:
Long
=
0L
,
@ProtoId
(
2
)
val
thresholdPerDay
:
Long
=
0L
,
@ProtoId
(
3
)
val
thresholdPerHour
:
Long
=
0L
,
@ProtoId
(
3
)
val
thresholdPerHour
:
Long
=
0L
,
...
@@ -1042,33 +1042,33 @@ class Oidb0xb6f : ProtoBuf {
...
@@ -1042,33 +1042,33 @@ class Oidb0xb6f : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
reportFreqRsp
:
ReportFreqRspBody
?
=
null
@ProtoId
(
1
)
val
reportFreqRsp
:
ReportFreqRspBody
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReportFreqReqBody
(
internal
class
ReportFreqReqBody
(
@ProtoId
(
1
)
val
identity
:
Identity
?
=
null
,
@ProtoId
(
1
)
val
identity
:
Identity
?
=
null
,
@ProtoId
(
2
)
val
invokeTimes
:
Long
=
1L
@ProtoId
(
2
)
val
invokeTimes
:
Long
=
1L
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
reportFreqReq
:
ReportFreqReqBody
?
=
null
@ProtoId
(
1
)
val
reportFreqReq
:
ReportFreqReqBody
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Cmd0x7dc
:
ProtoBuf
{
internal
class
Cmd0x7dc
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
seq
:
Int
=
0
,
@ProtoId
(
1
)
val
seq
:
Int
=
0
,
@ProtoId
(
2
)
val
wording
:
String
=
""
,
@ProtoId
(
2
)
val
wording
:
String
=
""
,
@ProtoId
(
3
)
val
msgAppointInfo
:
List
<
AppointDefine
.
AppointInfo
>?
=
null
@ProtoId
(
3
)
val
msgAppointInfo
:
List
<
AppointDefine
.
AppointInfo
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
seq
:
Int
=
0
,
@ProtoId
(
1
)
val
seq
:
Int
=
0
,
@ProtoId
(
2
)
val
msgAppointment
:
AppointDefine
.
AppointContent
?
=
null
,
@ProtoId
(
2
)
val
msgAppointment
:
AppointDefine
.
AppointContent
?
=
null
,
@ProtoId
(
3
)
val
msgLbsInfo
:
AppointDefine
.
LBSInfo
?
=
null
,
@ProtoId
(
3
)
val
msgLbsInfo
:
AppointDefine
.
LBSInfo
?
=
null
,
...
@@ -1077,15 +1077,15 @@ class Cmd0x7dc : ProtoBuf {
...
@@ -1077,15 +1077,15 @@ class Cmd0x7dc : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0x7cd
:
ProtoBuf
{
internal
class
Cmd0x7cd
:
ProtoBuf
{
@Serializable
@Serializable
class
AppointBrife
(
internal
class
AppointBrife
(
@ProtoId
(
1
)
val
msgPublisherInfo
:
AppointDefine
.
PublisherInfo
?
=
null
,
@ProtoId
(
1
)
val
msgPublisherInfo
:
AppointDefine
.
PublisherInfo
?
=
null
,
@ProtoId
(
2
)
val
msgAppointsInfo
:
AppointDefine
.
AppointInfo
?
=
null
@ProtoId
(
2
)
val
msgAppointsInfo
:
AppointDefine
.
AppointInfo
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
stamp
:
Int
=
0
,
@ProtoId
(
1
)
val
stamp
:
Int
=
0
,
@ProtoId
(
2
)
val
over
:
Int
=
0
,
@ProtoId
(
2
)
val
over
:
Int
=
0
,
@ProtoId
(
3
)
val
next
:
Int
=
0
,
@ProtoId
(
3
)
val
next
:
Int
=
0
,
...
@@ -1093,7 +1093,7 @@ class Cmd0x7cd : ProtoBuf {
...
@@ -1093,7 +1093,7 @@ class Cmd0x7cd : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
stamp
:
Int
=
0
,
@ProtoId
(
1
)
val
stamp
:
Int
=
0
,
@ProtoId
(
2
)
val
start
:
Int
=
0
,
@ProtoId
(
2
)
val
start
:
Int
=
0
,
@ProtoId
(
3
)
val
want
:
Int
=
0
,
@ProtoId
(
3
)
val
want
:
Int
=
0
,
...
@@ -1105,9 +1105,9 @@ class Cmd0x7cd : ProtoBuf {
...
@@ -1105,9 +1105,9 @@ class Cmd0x7cd : ProtoBuf {
}
}
@Serializable
@Serializable
class
Oidb0xc0c
:
ProtoBuf
{
internal
class
Oidb0xc0c
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
isTaskCompleted
:
Int
=
0
,
@ProtoId
(
1
)
val
isTaskCompleted
:
Int
=
0
,
@ProtoId
(
2
)
val
taskPoint
:
Int
=
0
,
@ProtoId
(
2
)
val
taskPoint
:
Int
=
0
,
@ProtoId
(
3
)
val
guideWording
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
guideWording
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -1119,13 +1119,13 @@ class Oidb0xc0c : ProtoBuf {
...
@@ -1119,13 +1119,13 @@ class Oidb0xc0c : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
VideoSrcType
(
internal
class
VideoSrcType
(
@ProtoId
(
1
)
val
sourceType
:
Int
=
0
,
@ProtoId
(
1
)
val
sourceType
:
Int
=
0
,
@ProtoId
(
2
)
val
videoFromType
:
Int
=
0
@ProtoId
(
2
)
val
videoFromType
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
taskType
:
Int
=
0
,
@ProtoId
(
2
)
val
taskType
:
Int
=
0
,
@ProtoId
(
3
)
val
rowkey
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
rowkey
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -1135,9 +1135,9 @@ class Oidb0xc0c : ProtoBuf {
...
@@ -1135,9 +1135,9 @@ class Oidb0xc0c : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0x5fb
:
ProtoBuf
{
internal
class
Cmd0x5fb
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqInfo
(
internal
class
ReqInfo
(
@ProtoId
(
3
)
val
time
:
Int
=
0
,
@ProtoId
(
3
)
val
time
:
Int
=
0
,
@ProtoId
(
4
)
val
subject
:
Int
=
0
,
@ProtoId
(
4
)
val
subject
:
Int
=
0
,
@ProtoId
(
5
)
val
gender
:
Int
=
0
,
@ProtoId
(
5
)
val
gender
:
Int
=
0
,
...
@@ -1149,14 +1149,14 @@ class Cmd0x5fb : ProtoBuf {
...
@@ -1149,14 +1149,14 @@ class Cmd0x5fb : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
msgHead
:
BusiReqHead
?
=
null
,
@ProtoId
(
1
)
val
msgHead
:
BusiReqHead
?
=
null
,
@ProtoId
(
2
)
val
msgLbsInfo
:
AppointDefine
.
LBSInfo
?
=
null
,
@ProtoId
(
2
)
val
msgLbsInfo
:
AppointDefine
.
LBSInfo
?
=
null
,
@ProtoId
(
3
)
val
reqInfo
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
3
)
val
reqInfo
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
BusiRespHead
(
internal
class
BusiRespHead
(
@ProtoId
(
1
)
val
int32Version
:
Int
=
1
,
@ProtoId
(
1
)
val
int32Version
:
Int
=
1
,
@ProtoId
(
2
)
val
int32Seq
:
Int
=
0
,
@ProtoId
(
2
)
val
int32Seq
:
Int
=
0
,
@ProtoId
(
3
)
val
int32ReplyCode
:
Int
=
0
,
@ProtoId
(
3
)
val
int32ReplyCode
:
Int
=
0
,
...
@@ -1164,7 +1164,7 @@ class Cmd0x5fb : ProtoBuf {
...
@@ -1164,7 +1164,7 @@ class Cmd0x5fb : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
UserProfile
(
internal
class
UserProfile
(
@ProtoId
(
1
)
val
int64Id
:
Long
=
0L
,
@ProtoId
(
1
)
val
int64Id
:
Long
=
0L
,
@ProtoId
(
2
)
val
int32IdType
:
Int
=
0
,
@ProtoId
(
2
)
val
int32IdType
:
Int
=
0
,
@ProtoId
(
3
)
val
url
:
String
=
""
,
@ProtoId
(
3
)
val
url
:
String
=
""
,
...
@@ -1177,29 +1177,29 @@ class Cmd0x5fb : ProtoBuf {
...
@@ -1177,29 +1177,29 @@ class Cmd0x5fb : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
BusiReqHead
(
internal
class
BusiReqHead
(
@ProtoId
(
1
)
val
int32Version
:
Int
=
1
,
@ProtoId
(
1
)
val
int32Version
:
Int
=
1
,
@ProtoId
(
2
)
val
int32Seq
:
Int
=
0
@ProtoId
(
2
)
val
int32Seq
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
msgHead
:
BusiRespHead
?
=
null
,
@ProtoId
(
1
)
val
msgHead
:
BusiRespHead
?
=
null
,
@ProtoId
(
2
)
val
msgUserList
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
2
)
val
msgUserList
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Oidb0xb61
:
ProtoBuf
{
internal
class
Oidb0xb61
:
ProtoBuf
{
@Serializable
@Serializable
class
GetAppinfoReq
(
internal
class
GetAppinfoReq
(
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
2
)
val
appType
:
Int
=
0
,
@ProtoId
(
2
)
val
appType
:
Int
=
0
,
@ProtoId
(
3
)
val
platform
:
Int
=
0
@ProtoId
(
3
)
val
platform
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GetPkgUrlReq
(
internal
class
GetPkgUrlReq
(
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
2
)
val
appType
:
Int
=
0
,
@ProtoId
(
2
)
val
appType
:
Int
=
0
,
@ProtoId
(
3
)
val
appVersion
:
Int
=
0
,
@ProtoId
(
3
)
val
appVersion
:
Int
=
0
,
...
@@ -1209,7 +1209,7 @@ class Oidb0xb61 : ProtoBuf {
...
@@ -1209,7 +1209,7 @@ class Oidb0xb61 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
wording
:
String
=
""
,
@ProtoId
(
1
)
val
wording
:
String
=
""
,
@ProtoId
(
2
)
val
nextReqDuration
:
Int
=
0
,
@ProtoId
(
2
)
val
nextReqDuration
:
Int
=
0
,
@ProtoId
(
10
)
val
getAppinfoRsp
:
GetAppinfoRsp
?
=
null
,
@ProtoId
(
10
)
val
getAppinfoRsp
:
GetAppinfoRsp
?
=
null
,
...
@@ -1217,40 +1217,40 @@ class Oidb0xb61 : ProtoBuf {
...
@@ -1217,40 +1217,40 @@ class Oidb0xb61 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
10
)
val
getAppinfoReq
:
GetAppinfoReq
?
=
null
,
@ProtoId
(
10
)
val
getAppinfoReq
:
GetAppinfoReq
?
=
null
,
@ProtoId
(
11
)
val
getMqqappUrlReq
:
GetPkgUrlReq
?
=
null
@ProtoId
(
11
)
val
getMqqappUrlReq
:
GetPkgUrlReq
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GetAppinfoRsp
(
internal
class
GetAppinfoRsp
(
@ProtoId
(
1
)
val
appinfo
:
Qqconnect
.
Appinfo
?
=
null
@ProtoId
(
1
)
val
appinfo
:
Qqconnect
.
Appinfo
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GetPkgUrlRsp
(
internal
class
GetPkgUrlRsp
(
@ProtoId
(
1
)
val
appVersion
:
Int
=
0
,
@ProtoId
(
1
)
val
appVersion
:
Int
=
0
,
@ProtoId
(
2
)
val
pkgUrl
:
String
=
""
@ProtoId
(
2
)
val
pkgUrl
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Oidb0xb60
:
ProtoBuf
{
internal
class
Oidb0xb60
:
ProtoBuf
{
@Serializable
@Serializable
class
GetPrivilegeReq
(
internal
class
GetPrivilegeReq
(
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
2
)
val
appType
:
Int
=
3
@ProtoId
(
2
)
val
appType
:
Int
=
3
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
CheckUrlReq
(
internal
class
CheckUrlReq
(
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
2
)
val
appType
:
Int
=
0
,
@ProtoId
(
2
)
val
appType
:
Int
=
0
,
@ProtoId
(
3
)
val
url
:
String
=
""
@ProtoId
(
3
)
val
url
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ClientInfo
(
internal
class
ClientInfo
(
@ProtoId
(
1
)
val
platform
:
Int
=
0
,
@ProtoId
(
1
)
val
platform
:
Int
=
0
,
@ProtoId
(
2
)
val
sdkVersion
:
String
=
""
,
@ProtoId
(
2
)
val
sdkVersion
:
String
=
""
,
@ProtoId
(
3
)
val
androidPackageName
:
String
=
""
,
@ProtoId
(
3
)
val
androidPackageName
:
String
=
""
,
...
@@ -1260,27 +1260,27 @@ class Oidb0xb60 : ProtoBuf {
...
@@ -1260,27 +1260,27 @@ class Oidb0xb60 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
wording
:
String
=
""
,
@ProtoId
(
1
)
val
wording
:
String
=
""
,
@ProtoId
(
10
)
val
getPrivilegeRsp
:
GetPrivilegeRsp
?
=
null
,
@ProtoId
(
10
)
val
getPrivilegeRsp
:
GetPrivilegeRsp
?
=
null
,
@ProtoId
(
11
)
val
checkUrlRsp
:
CheckUrlRsp
?
=
null
@ProtoId
(
11
)
val
checkUrlRsp
:
CheckUrlRsp
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
CheckUrlRsp
(
internal
class
CheckUrlRsp
(
@ProtoId
(
1
)
val
isAuthed
:
Boolean
=
false
,
@ProtoId
(
1
)
val
isAuthed
:
Boolean
=
false
,
@ProtoId
(
2
)
val
nextReqDuration
:
Int
=
0
@ProtoId
(
2
)
val
nextReqDuration
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
clientInfo
:
ClientInfo
?
=
null
,
@ProtoId
(
1
)
val
clientInfo
:
ClientInfo
?
=
null
,
@ProtoId
(
10
)
val
getPrivilegeReq
:
GetPrivilegeReq
?
=
null
,
@ProtoId
(
10
)
val
getPrivilegeReq
:
GetPrivilegeReq
?
=
null
,
@ProtoId
(
11
)
val
checkUrlReq
:
CheckUrlReq
?
=
null
@ProtoId
(
11
)
val
checkUrlReq
:
CheckUrlReq
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GetPrivilegeRsp
(
internal
class
GetPrivilegeRsp
(
@ProtoId
(
1
)
val
apiGroups
:
List
<
Int
>?
=
null
,
@ProtoId
(
1
)
val
apiGroups
:
List
<
Int
>?
=
null
,
@ProtoId
(
2
)
val
nextReqDuration
:
Int
=
0
,
@ProtoId
(
2
)
val
nextReqDuration
:
Int
=
0
,
@ProtoId
(
3
)
val
apiNames
:
List
<
String
>
=
listOf
()
@ProtoId
(
3
)
val
apiNames
:
List
<
String
>
=
listOf
()
...
@@ -1288,9 +1288,9 @@ class Oidb0xb60 : ProtoBuf {
...
@@ -1288,9 +1288,9 @@ class Oidb0xb60 : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0x5fc
:
ProtoBuf
{
internal
class
Cmd0x5fc
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
lastEventId
:
Long
=
0L
,
@ProtoId
(
1
)
val
lastEventId
:
Long
=
0L
,
@ProtoId
(
2
)
val
readEventId
:
Long
=
0L
,
@ProtoId
(
2
)
val
readEventId
:
Long
=
0L
,
@ProtoId
(
3
)
val
fetchCount
:
Int
=
0
,
@ProtoId
(
3
)
val
fetchCount
:
Int
=
0
,
...
@@ -1303,7 +1303,7 @@ class Cmd0x5fc : ProtoBuf {
...
@@ -1303,7 +1303,7 @@ class Cmd0x5fc : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
msgEventList
:
List
<
AppointDefine
.
DateEvent
>?
=
null
,
@ProtoId
(
1
)
val
msgEventList
:
List
<
AppointDefine
.
DateEvent
>?
=
null
,
@ProtoId
(
2
)
val
actAppointIds
:
List
<
AppointDefine
.
AppointID
>?
=
null
,
@ProtoId
(
2
)
val
actAppointIds
:
List
<
AppointDefine
.
AppointID
>?
=
null
,
@ProtoId
(
3
)
val
maxEventId
:
Long
=
0L
,
@ProtoId
(
3
)
val
maxEventId
:
Long
=
0L
,
...
@@ -1315,22 +1315,22 @@ class Cmd0x5fc : ProtoBuf {
...
@@ -1315,22 +1315,22 @@ class Cmd0x5fc : ProtoBuf {
}
}
@Serializable
@Serializable
class
Oidb0xc33
:
ProtoBuf
{
internal
class
Oidb0xc33
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
result
:
Int
=
0
,
@ProtoId
(
1
)
val
result
:
Int
=
0
,
@ProtoId
(
2
)
val
nextGap
:
Int
=
0
,
@ProtoId
(
2
)
val
nextGap
:
Int
=
0
,
@ProtoId
(
3
)
val
newUser
:
Int
=
0
@ProtoId
(
3
)
val
newUser
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
:
ProtoBuf
internal
class
ReqBody
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Oidb0xc0b
:
ProtoBuf
{
internal
class
Oidb0xc0b
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
isOpenCoinEntry
:
Int
=
0
,
@ProtoId
(
1
)
val
isOpenCoinEntry
:
Int
=
0
,
@ProtoId
(
2
)
val
canGetCoinCount
:
Int
=
0
,
@ProtoId
(
2
)
val
canGetCoinCount
:
Int
=
0
,
@ProtoId
(
3
)
val
coinIconUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
coinIconUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -1342,34 +1342,34 @@ class Oidb0xc0b : ProtoBuf {
...
@@ -1342,34 +1342,34 @@ class Oidb0xc0b : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
KanDianCoinRemind
(
internal
class
KanDianCoinRemind
(
@ProtoId
(
1
)
val
wording
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
1
)
val
wording
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
KanDianTaskRemind
(
internal
class
KanDianTaskRemind
(
@ProtoId
(
1
)
val
wording
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
1
)
val
wording
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
jumpUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
jumpUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
taskType
:
Int
=
0
@ProtoId
(
3
)
val
taskType
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
KanDianCMSActivityInfo
(
internal
class
KanDianCMSActivityInfo
(
@ProtoId
(
1
)
val
activityId
:
Long
=
0L
,
@ProtoId
(
1
)
val
activityId
:
Long
=
0L
,
@ProtoId
(
2
)
val
wording
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
wording
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
pictureUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
3
)
val
pictureUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
@ProtoId
(
1
)
val
uin
:
Long
=
0L
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Cmd0xc85
:
ProtoBuf
{
internal
class
Cmd0xc85
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
101
)
val
fromUin
:
Long
=
0L
,
@ProtoId
(
101
)
val
fromUin
:
Long
=
0L
,
@ProtoId
(
102
)
val
toUin
:
Long
=
0L
,
@ProtoId
(
102
)
val
toUin
:
Long
=
0L
,
@ProtoId
(
103
)
val
op
:
Int
=
0
,
@ProtoId
(
103
)
val
op
:
Int
=
0
,
...
@@ -1377,7 +1377,7 @@ class Cmd0xc85 : ProtoBuf {
...
@@ -1377,7 +1377,7 @@ class Cmd0xc85 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
InteractionDetailInfo
(
internal
class
InteractionDetailInfo
(
@ProtoId
(
101
)
val
continuousRecordDays
:
Int
=
0
,
@ProtoId
(
101
)
val
continuousRecordDays
:
Int
=
0
,
@ProtoId
(
102
)
val
sendDayTime
:
Int
=
0
,
@ProtoId
(
102
)
val
sendDayTime
:
Int
=
0
,
@ProtoId
(
103
)
val
recvDayTime
:
Int
=
0
,
@ProtoId
(
103
)
val
recvDayTime
:
Int
=
0
,
...
@@ -1386,7 +1386,7 @@ class Cmd0xc85 : ProtoBuf {
...
@@ -1386,7 +1386,7 @@ class Cmd0xc85 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
101
)
val
result
:
Int
=
0
,
@ProtoId
(
101
)
val
result
:
Int
=
0
,
@ProtoId
(
102
)
val
recentInteractionTime
:
Int
=
0
,
@ProtoId
(
102
)
val
recentInteractionTime
:
Int
=
0
,
@ProtoId
(
103
)
val
interactionDetailInfo
:
InteractionDetailInfo
?
=
null
@ProtoId
(
103
)
val
interactionDetailInfo
:
InteractionDetailInfo
?
=
null
...
@@ -1394,9 +1394,9 @@ class Cmd0xc85 : ProtoBuf {
...
@@ -1394,9 +1394,9 @@ class Cmd0xc85 : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0x7ce
:
ProtoBuf
{
internal
class
Cmd0x7ce
:
ProtoBuf
{
@Serializable
@Serializable
class
AppintDetail
(
internal
class
AppintDetail
(
@ProtoId
(
1
)
val
msgPublisherInfo
:
AppointDefine
.
PublisherInfo
?
=
null
,
@ProtoId
(
1
)
val
msgPublisherInfo
:
AppointDefine
.
PublisherInfo
?
=
null
,
@ProtoId
(
2
)
val
msgAppointsInfo
:
AppointDefine
.
AppointInfo
?
=
null
,
@ProtoId
(
2
)
val
msgAppointsInfo
:
AppointDefine
.
AppointInfo
?
=
null
,
@ProtoId
(
3
)
val
score
:
Int
=
0
,
@ProtoId
(
3
)
val
score
:
Int
=
0
,
...
@@ -1420,14 +1420,14 @@ class Cmd0x7ce : ProtoBuf {
...
@@ -1420,14 +1420,14 @@ class Cmd0x7ce : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
msgAppointsInfo
:
List
<
AppintDetail
>?
=
null
,
@ProtoId
(
1
)
val
msgAppointsInfo
:
List
<
AppintDetail
>?
=
null
,
@ProtoId
(
2
)
val
secureFlag
:
Int
=
0
,
@ProtoId
(
2
)
val
secureFlag
:
Int
=
0
,
@ProtoId
(
3
)
val
secureTips
:
String
=
""
@ProtoId
(
3
)
val
secureTips
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
appointIds
:
List
<
AppointDefine
.
AppointID
>?
=
null
,
@ProtoId
(
1
)
val
appointIds
:
List
<
AppointDefine
.
AppointID
>?
=
null
,
@ProtoId
(
2
)
val
joinStart
:
Int
=
0
,
@ProtoId
(
2
)
val
joinStart
:
Int
=
0
,
@ProtoId
(
3
)
val
joinWant
:
Int
=
0
,
@ProtoId
(
3
)
val
joinWant
:
Int
=
0
,
...
@@ -1441,9 +1441,9 @@ class Cmd0x7ce : ProtoBuf {
...
@@ -1441,9 +1441,9 @@ class Cmd0x7ce : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0x7db
:
ProtoBuf
{
internal
class
Cmd0x7db
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
wording
:
String
=
""
,
@ProtoId
(
1
)
val
wording
:
String
=
""
,
@ProtoId
(
2
)
val
msgAppointInfo
:
AppointDefine
.
AppointInfo
?
=
null
,
@ProtoId
(
2
)
val
msgAppointInfo
:
AppointDefine
.
AppointInfo
?
=
null
,
@ProtoId
(
3
)
val
sigC2C
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
sigC2C
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -1451,7 +1451,7 @@ class Cmd0x7db : ProtoBuf {
...
@@ -1451,7 +1451,7 @@ class Cmd0x7db : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
msgAppointId
:
AppointDefine
.
AppointID
?
=
null
,
@ProtoId
(
1
)
val
msgAppointId
:
AppointDefine
.
AppointID
?
=
null
,
@ProtoId
(
2
)
val
appointAction
:
Int
=
0
,
@ProtoId
(
2
)
val
appointAction
:
Int
=
0
,
@ProtoId
(
3
)
val
overwrite
:
Int
=
0
,
@ProtoId
(
3
)
val
overwrite
:
Int
=
0
,
...
@@ -1460,68 +1460,68 @@ class Cmd0x7db : ProtoBuf {
...
@@ -1460,68 +1460,68 @@ class Cmd0x7db : ProtoBuf {
}
}
@Serializable
@Serializable
class
Oidb0xc6c
:
ProtoBuf
{
internal
class
Oidb0xc6c
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
msgGroupInfo
:
List
<
GroupInfo
>?
=
null
@ProtoId
(
2
)
val
msgGroupInfo
:
List
<
GroupInfo
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GroupInfo
(
internal
class
GroupInfo
(
@ProtoId
(
1
)
val
groupUin
:
Long
=
0L
,
@ProtoId
(
1
)
val
groupUin
:
Long
=
0L
,
@ProtoId
(
2
)
val
groupCode
:
Long
=
0L
@ProtoId
(
2
)
val
groupCode
:
Long
=
0L
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
:
ProtoBuf
internal
class
RspBody
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Oidb0xc05
:
ProtoBuf
{
internal
class
Oidb0xc05
:
ProtoBuf
{
@Serializable
@Serializable
class
GetAuthAppListReq
(
internal
class
GetAuthAppListReq
(
@ProtoId
(
1
)
val
start
:
Int
=
0
,
@ProtoId
(
1
)
val
start
:
Int
=
0
,
@ProtoId
(
2
)
val
limit
:
Int
=
0
@ProtoId
(
2
)
val
limit
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
wording
:
String
=
""
,
@ProtoId
(
1
)
val
wording
:
String
=
""
,
@ProtoId
(
10
)
val
getCreateAppListRsp
:
GetCreateAppListRsp
?
=
null
,
@ProtoId
(
10
)
val
getCreateAppListRsp
:
GetCreateAppListRsp
?
=
null
,
@ProtoId
(
11
)
val
getAuthAppListRsp
:
GetAuthAppListRsp
?
=
null
@ProtoId
(
11
)
val
getAuthAppListRsp
:
GetAuthAppListRsp
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GetCreateAppListRsp
(
internal
class
GetCreateAppListRsp
(
@ProtoId
(
1
)
val
totalCount
:
Int
=
0
,
@ProtoId
(
1
)
val
totalCount
:
Int
=
0
,
@ProtoId
(
2
)
val
appinfos
:
List
<
Qqconnect
.
Appinfo
>?
=
null
@ProtoId
(
2
)
val
appinfos
:
List
<
Qqconnect
.
Appinfo
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GetAuthAppListRsp
(
internal
class
GetAuthAppListRsp
(
@ProtoId
(
1
)
val
totalCount
:
Int
=
0
,
@ProtoId
(
1
)
val
totalCount
:
Int
=
0
,
@ProtoId
(
2
)
val
appinfos
:
List
<
Qqconnect
.
Appinfo
>?
=
null
,
@ProtoId
(
2
)
val
appinfos
:
List
<
Qqconnect
.
Appinfo
>?
=
null
,
@ProtoId
(
3
)
val
curIndex
:
Int
=
0
@ProtoId
(
3
)
val
curIndex
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
10
)
val
getCreateAppListReq
:
GetCreateAppListReq
?
=
null
,
@ProtoId
(
10
)
val
getCreateAppListReq
:
GetCreateAppListReq
?
=
null
,
@ProtoId
(
11
)
val
getAuthAppListReq
:
GetAuthAppListReq
?
=
null
@ProtoId
(
11
)
val
getAuthAppListReq
:
GetAuthAppListReq
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GetCreateAppListReq
(
internal
class
GetCreateAppListReq
(
@ProtoId
(
1
)
val
start
:
Int
=
0
,
@ProtoId
(
1
)
val
start
:
Int
=
0
,
@ProtoId
(
2
)
val
limit
:
Int
=
0
@ProtoId
(
2
)
val
limit
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Cmd0x7da
:
ProtoBuf
{
internal
class
Cmd0x7da
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
msgAppointIds
:
List
<
AppointDefine
.
AppointID
>?
=
null
,
@ProtoId
(
1
)
val
msgAppointIds
:
List
<
AppointDefine
.
AppointID
>?
=
null
,
@ProtoId
(
2
)
val
appointOperation
:
Int
=
0
,
@ProtoId
(
2
)
val
appointOperation
:
Int
=
0
,
@ProtoId
(
3
)
val
operationReason
:
Int
=
0
,
@ProtoId
(
3
)
val
operationReason
:
Int
=
0
,
...
@@ -1529,7 +1529,7 @@ class Cmd0x7da : ProtoBuf {
...
@@ -1529,7 +1529,7 @@ class Cmd0x7da : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
wording
:
String
=
""
,
@ProtoId
(
1
)
val
wording
:
String
=
""
,
@ProtoId
(
2
)
val
msgAppointInfo
:
List
<
AppointDefine
.
AppointInfo
>?
=
null
,
@ProtoId
(
2
)
val
msgAppointInfo
:
List
<
AppointDefine
.
AppointInfo
>?
=
null
,
@ProtoId
(
3
)
val
operationReason
:
Int
=
0
@ProtoId
(
3
)
val
operationReason
:
Int
=
0
...
@@ -1537,22 +1537,22 @@ class Cmd0x7da : ProtoBuf {
...
@@ -1537,22 +1537,22 @@ class Cmd0x7da : ProtoBuf {
}
}
@Serializable
@Serializable
class
Qqconnect
:
ProtoBuf
{
internal
class
Qqconnect
:
ProtoBuf
{
@Serializable
@Serializable
class
MobileAppInfo
(
internal
class
MobileAppInfo
(
@ProtoId
(
11
)
val
androidAppInfo
:
List
<
AndroidAppInfo
>?
=
null
,
@ProtoId
(
11
)
val
androidAppInfo
:
List
<
AndroidAppInfo
>?
=
null
,
@ProtoId
(
12
)
val
iosAppInfo
:
List
<
IOSAppInfo
>?
=
null
@ProtoId
(
12
)
val
iosAppInfo
:
List
<
IOSAppInfo
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
TemplateMsgConfig
(
internal
class
TemplateMsgConfig
(
@ProtoId
(
1
)
val
serviceMsgUin
:
Long
=
0L
,
@ProtoId
(
1
)
val
serviceMsgUin
:
Long
=
0L
,
@ProtoId
(
2
)
val
publicMsgUin
:
Long
=
0L
,
@ProtoId
(
2
)
val
publicMsgUin
:
Long
=
0L
,
@ProtoId
(
3
)
val
campMsgUin
:
Long
=
0L
@ProtoId
(
3
)
val
campMsgUin
:
Long
=
0L
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
Appinfo
(
internal
class
Appinfo
(
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
2
)
val
appType
:
Int
=
0
,
@ProtoId
(
2
)
val
appType
:
Int
=
0
,
@ProtoId
(
3
)
val
platform
:
Int
=
0
,
@ProtoId
(
3
)
val
platform
:
Int
=
0
,
...
@@ -1584,7 +1584,7 @@ class Qqconnect : ProtoBuf {
...
@@ -1584,7 +1584,7 @@ class Qqconnect : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ConnectClientInfo
(
internal
class
ConnectClientInfo
(
@ProtoId
(
1
)
val
platform
:
Int
=
0
,
@ProtoId
(
1
)
val
platform
:
Int
=
0
,
@ProtoId
(
2
)
val
sdkVersion
:
String
=
""
,
@ProtoId
(
2
)
val
sdkVersion
:
String
=
""
,
@ProtoId
(
3
)
val
systemName
:
String
=
""
,
@ProtoId
(
3
)
val
systemName
:
String
=
""
,
...
@@ -1598,7 +1598,7 @@ class Qqconnect : ProtoBuf {
...
@@ -1598,7 +1598,7 @@ class Qqconnect : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
TencentDocsAppinfo
(
internal
class
TencentDocsAppinfo
(
@ProtoId
(
1
)
val
openTypes
:
String
=
""
,
@ProtoId
(
1
)
val
openTypes
:
String
=
""
,
@ProtoId
(
2
)
val
opts
:
String
=
""
,
@ProtoId
(
2
)
val
opts
:
String
=
""
,
@ProtoId
(
3
)
val
ejs
:
String
=
""
,
@ProtoId
(
3
)
val
ejs
:
String
=
""
,
...
@@ -1610,7 +1610,7 @@ class Qqconnect : ProtoBuf {
...
@@ -1610,7 +1610,7 @@ class Qqconnect : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
WebAppInfo
(
internal
class
WebAppInfo
(
@ProtoId
(
1
)
val
websiteUrl
:
String
=
""
,
@ProtoId
(
1
)
val
websiteUrl
:
String
=
""
,
@ProtoId
(
2
)
val
provider
:
String
=
""
,
@ProtoId
(
2
)
val
provider
:
String
=
""
,
@ProtoId
(
3
)
val
icp
:
String
=
""
,
@ProtoId
(
3
)
val
icp
:
String
=
""
,
...
@@ -1618,14 +1618,14 @@ class Qqconnect : ProtoBuf {
...
@@ -1618,14 +1618,14 @@ class Qqconnect : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
IOSAppInfo
(
internal
class
IOSAppInfo
(
@ProtoId
(
1
)
val
bundleId
:
String
=
""
,
@ProtoId
(
1
)
val
bundleId
:
String
=
""
,
@ProtoId
(
2
)
val
urlScheme
:
String
=
""
,
@ProtoId
(
2
)
val
urlScheme
:
String
=
""
,
@ProtoId
(
3
)
val
storeId
:
String
=
""
@ProtoId
(
3
)
val
storeId
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
MsgUinInfo
(
internal
class
MsgUinInfo
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
msgType
:
Int
=
0
,
@ProtoId
(
2
)
val
msgType
:
Int
=
0
,
@ProtoId
(
3
)
val
appid
:
Int
=
0
,
@ProtoId
(
3
)
val
appid
:
Int
=
0
,
...
@@ -1638,7 +1638,7 @@ class Qqconnect : ProtoBuf {
...
@@ -1638,7 +1638,7 @@ class Qqconnect : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
MiniAppInfo
(
internal
class
MiniAppInfo
(
@ProtoId
(
1
)
val
superUin
:
Long
=
0L
,
@ProtoId
(
1
)
val
superUin
:
Long
=
0L
,
@ProtoId
(
11
)
val
ownerType
:
Int
=
0
,
@ProtoId
(
11
)
val
ownerType
:
Int
=
0
,
@ProtoId
(
12
)
val
ownerName
:
String
=
""
,
@ProtoId
(
12
)
val
ownerName
:
String
=
""
,
...
@@ -1648,7 +1648,7 @@ class Qqconnect : ProtoBuf {
...
@@ -1648,7 +1648,7 @@ class Qqconnect : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
AndroidAppInfo
(
internal
class
AndroidAppInfo
(
@ProtoId
(
1
)
val
packName
:
String
=
""
,
@ProtoId
(
1
)
val
packName
:
String
=
""
,
@ProtoId
(
2
)
val
packSign
:
String
=
""
,
@ProtoId
(
2
)
val
packSign
:
String
=
""
,
@ProtoId
(
3
)
val
apkDownUrl
:
String
=
""
@ProtoId
(
3
)
val
apkDownUrl
:
String
=
""
...
@@ -1656,24 +1656,24 @@ class Qqconnect : ProtoBuf {
...
@@ -1656,24 +1656,24 @@ class Qqconnect : ProtoBuf {
}
}
@Serializable
@Serializable
class
Sync
:
ProtoBuf
{
internal
class
Sync
:
ProtoBuf
{
@Serializable
@Serializable
class
SyncAppointmentReq
(
internal
class
SyncAppointmentReq
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
msgAppointment
:
AppointDefine
.
AppointContent
?
=
null
,
@ProtoId
(
2
)
val
msgAppointment
:
AppointDefine
.
AppointContent
?
=
null
,
@ProtoId
(
3
)
val
msgGpsInfo
:
AppointDefine
.
GPS
?
=
null
@ProtoId
(
3
)
val
msgGpsInfo
:
AppointDefine
.
GPS
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
SyncAppointmentRsp
(
internal
class
SyncAppointmentRsp
(
@ProtoId
(
1
)
val
result
:
Int
=
0
@ProtoId
(
1
)
val
result
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Oidb0xc26
:
ProtoBuf
{
internal
class
Oidb0xc26
:
ProtoBuf
{
@Serializable
@Serializable
class
RgoupLabel
(
internal
class
RgoupLabel
(
@ProtoId
(
1
)
val
name
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
1
)
val
name
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
enumType
:
Int
/* enum */
=
1
,
@ProtoId
(
2
)
val
enumType
:
Int
/* enum */
=
1
,
@ProtoId
(
3
)
val
textColor
:
RgroupColor
?
=
null
,
@ProtoId
(
3
)
val
textColor
:
RgroupColor
?
=
null
,
...
@@ -1683,13 +1683,13 @@ class Oidb0xc26 : ProtoBuf {
...
@@ -1683,13 +1683,13 @@ class Oidb0xc26 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
AddFriendSource
(
internal
class
AddFriendSource
(
@ProtoId
(
1
)
val
source
:
Int
=
0
,
@ProtoId
(
1
)
val
source
:
Int
=
0
,
@ProtoId
(
2
)
val
subSource
:
Int
=
0
@ProtoId
(
2
)
val
subSource
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
Label
(
internal
class
Label
(
@ProtoId
(
1
)
val
name
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
1
)
val
name
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
textColor
:
Color
?
=
null
,
@ProtoId
(
2
)
val
textColor
:
Color
?
=
null
,
@ProtoId
(
3
)
val
edgingColor
:
Color
?
=
null
,
@ProtoId
(
3
)
val
edgingColor
:
Color
?
=
null
,
...
@@ -1697,13 +1697,13 @@ class Oidb0xc26 : ProtoBuf {
...
@@ -1697,13 +1697,13 @@ class Oidb0xc26 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
EntryDelay
(
internal
class
EntryDelay
(
@ProtoId
(
1
)
val
emEntry
:
Int
/* enum */
=
1
,
@ProtoId
(
1
)
val
emEntry
:
Int
/* enum */
=
1
,
@ProtoId
(
2
)
val
delay
:
Int
=
0
@ProtoId
(
2
)
val
delay
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
msgPersons
:
List
<
MayKnowPerson
>?
=
null
,
@ProtoId
(
1
)
val
msgPersons
:
List
<
MayKnowPerson
>?
=
null
,
@ProtoId
(
2
)
val
entryInuse
:
List
<
Int
>
=
listOf
(),
@ProtoId
(
2
)
val
entryInuse
:
List
<
Int
>
=
listOf
(),
@ProtoId
(
3
)
val
entryClose
:
List
<
Int
>
=
listOf
(),
@ProtoId
(
3
)
val
entryClose
:
List
<
Int
>
=
listOf
(),
...
@@ -1721,7 +1721,7 @@ class Oidb0xc26 : ProtoBuf {
...
@@ -1721,7 +1721,7 @@ class Oidb0xc26 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
TabInfo
(
internal
class
TabInfo
(
@ProtoId
(
1
)
val
tabId
:
Int
=
0
,
@ProtoId
(
1
)
val
tabId
:
Int
=
0
,
@ProtoId
(
2
)
val
recommendCount
:
Int
=
0
,
@ProtoId
(
2
)
val
recommendCount
:
Int
=
0
,
@ProtoId
(
3
)
val
tableName
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
tableName
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -1732,7 +1732,7 @@ class Oidb0xc26 : ProtoBuf {
...
@@ -1732,7 +1732,7 @@ class Oidb0xc26 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
MayKnowPerson
(
internal
class
MayKnowPerson
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
msgIosSource
:
AddFriendSource
?
=
null
,
@ProtoId
(
2
)
val
msgIosSource
:
AddFriendSource
?
=
null
,
@ProtoId
(
3
)
val
msgAndroidSource
:
AddFriendSource
?
=
null
,
@ProtoId
(
3
)
val
msgAndroidSource
:
AddFriendSource
?
=
null
,
...
@@ -1757,13 +1757,13 @@ class Oidb0xc26 : ProtoBuf {
...
@@ -1757,13 +1757,13 @@ class Oidb0xc26 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RecommendInfo
(
internal
class
RecommendInfo
(
@ProtoId
(
1
)
val
woring
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
1
)
val
woring
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
msgGroups
:
List
<
RgroupInfo
>?
=
null
@ProtoId
(
2
)
val
msgGroups
:
List
<
RgroupInfo
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RgroupInfo
(
internal
class
RgroupInfo
(
@ProtoId
(
1
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
1
)
val
groupCode
:
Long
=
0L
,
@ProtoId
(
2
)
val
ownerUin
:
Long
=
0L
,
@ProtoId
(
2
)
val
ownerUin
:
Long
=
0L
,
@ProtoId
(
3
)
val
groupName
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
groupName
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -1782,7 +1782,7 @@ class Oidb0xc26 : ProtoBuf {
...
@@ -1782,7 +1782,7 @@ class Oidb0xc26 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
filterUins
:
List
<
Long
>?
=
null
,
@ProtoId
(
1
)
val
filterUins
:
List
<
Long
>?
=
null
,
@ProtoId
(
2
)
val
phoneBook
:
Int
=
0
,
@ProtoId
(
2
)
val
phoneBook
:
Int
=
0
,
@ProtoId
(
3
)
val
expectedUins
:
List
<
Long
>?
=
null
,
@ProtoId
(
3
)
val
expectedUins
:
List
<
Long
>?
=
null
,
...
@@ -1794,14 +1794,14 @@ class Oidb0xc26 : ProtoBuf {
...
@@ -1794,14 +1794,14 @@ class Oidb0xc26 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RgroupColor
(
internal
class
RgroupColor
(
@ProtoId
(
1
)
val
r
:
Int
=
0
,
@ProtoId
(
1
)
val
r
:
Int
=
0
,
@ProtoId
(
2
)
val
g
:
Int
=
0
,
@ProtoId
(
2
)
val
g
:
Int
=
0
,
@ProtoId
(
3
)
val
b
:
Int
=
0
@ProtoId
(
3
)
val
b
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
Color
(
internal
class
Color
(
@ProtoId
(
1
)
val
r
:
Int
=
0
,
@ProtoId
(
1
)
val
r
:
Int
=
0
,
@ProtoId
(
2
)
val
g
:
Int
=
0
,
@ProtoId
(
2
)
val
g
:
Int
=
0
,
@ProtoId
(
3
)
val
b
:
Int
=
0
@ProtoId
(
3
)
val
b
:
Int
=
0
...
@@ -1809,9 +1809,9 @@ class Oidb0xc26 : ProtoBuf {
...
@@ -1809,9 +1809,9 @@ class Oidb0xc26 : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0xac6
:
ProtoBuf
{
internal
class
Cmd0xac6
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
results
:
List
<
OperateResult
>?
=
null
,
@ProtoId
(
1
)
val
results
:
List
<
OperateResult
>?
=
null
,
@ProtoId
(
4
)
val
metalCount
:
Int
=
0
,
@ProtoId
(
4
)
val
metalCount
:
Int
=
0
,
@ProtoId
(
5
)
val
metalTotal
:
Int
=
0
,
@ProtoId
(
5
)
val
metalTotal
:
Int
=
0
,
...
@@ -1821,19 +1821,19 @@ class Cmd0xac6 : ProtoBuf {
...
@@ -1821,19 +1821,19 @@ class Cmd0xac6 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
medals
:
List
<
MedalReport
>?
=
null
,
@ProtoId
(
1
)
val
medals
:
List
<
MedalReport
>?
=
null
,
@ProtoId
(
2
)
val
clean
:
Int
=
0
@ProtoId
(
2
)
val
clean
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
MedalReport
(
internal
class
MedalReport
(
@ProtoId
(
1
)
val
id
:
Int
=
0
,
@ProtoId
(
1
)
val
id
:
Int
=
0
,
@ProtoId
(
2
)
val
level
:
Int
=
0
@ProtoId
(
2
)
val
level
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
OperateResult
(
internal
class
OperateResult
(
@ProtoId
(
1
)
val
id
:
Int
=
0
,
@ProtoId
(
1
)
val
id
:
Int
=
0
,
@ProtoId
(
2
)
val
int32Result
:
Int
=
0
,
@ProtoId
(
2
)
val
int32Result
:
Int
=
0
,
@ProtoId
(
3
)
val
errmsg
:
String
=
""
@ProtoId
(
3
)
val
errmsg
:
String
=
""
...
@@ -1841,19 +1841,19 @@ class Cmd0xac6 : ProtoBuf {
...
@@ -1841,19 +1841,19 @@ class Cmd0xac6 : ProtoBuf {
}
}
@Serializable
@Serializable
class
Oidb0xd32
:
ProtoBuf
{
internal
class
Oidb0xd32
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
openid
:
String
=
""
@ProtoId
(
1
)
val
openid
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
xmitinfo
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
1
)
val
xmitinfo
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
XmitInfo
(
internal
class
XmitInfo
(
@ProtoId
(
1
)
val
signature
:
String
=
""
,
@ProtoId
(
1
)
val
signature
:
String
=
""
,
@ProtoId
(
2
)
val
appid
:
String
=
""
,
@ProtoId
(
2
)
val
appid
:
String
=
""
,
@ProtoId
(
3
)
val
groupid
:
String
=
""
,
@ProtoId
(
3
)
val
groupid
:
String
=
""
,
...
@@ -1863,9 +1863,9 @@ class Oidb0xd32 : ProtoBuf {
...
@@ -1863,9 +1863,9 @@ class Oidb0xd32 : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0x7cf
:
ProtoBuf
{
internal
class
Cmd0x7cf
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
stamp
:
Int
=
0
,
@ProtoId
(
1
)
val
stamp
:
Int
=
0
,
@ProtoId
(
2
)
val
start
:
Int
=
0
,
@ProtoId
(
2
)
val
start
:
Int
=
0
,
@ProtoId
(
3
)
val
want
:
Int
=
0
,
@ProtoId
(
3
)
val
want
:
Int
=
0
,
...
@@ -1876,7 +1876,7 @@ class Cmd0x7cf : ProtoBuf {
...
@@ -1876,7 +1876,7 @@ class Cmd0x7cf : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
stamp
:
Int
=
0
,
@ProtoId
(
1
)
val
stamp
:
Int
=
0
,
@ProtoId
(
2
)
val
over
:
Int
=
0
,
@ProtoId
(
2
)
val
over
:
Int
=
0
,
@ProtoId
(
3
)
val
next
:
Int
=
0
,
@ProtoId
(
3
)
val
next
:
Int
=
0
,
...
@@ -1886,20 +1886,20 @@ class Cmd0x7cf : ProtoBuf {
...
@@ -1886,20 +1886,20 @@ class Cmd0x7cf : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0xac7
:
ProtoBuf
{
internal
class
Cmd0xac7
:
ProtoBuf
{
@Serializable
@Serializable
class
DeviceInfo
(
internal
class
DeviceInfo
(
@ProtoId
(
1
)
val
din
:
Long
=
0L
,
@ProtoId
(
1
)
val
din
:
Long
=
0L
,
@ProtoId
(
2
)
val
name
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
2
)
val
name
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
extd
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
1
)
val
extd
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
cmd
:
Int
=
0
,
@ProtoId
(
1
)
val
cmd
:
Int
=
0
,
@ProtoId
(
2
)
val
din
:
Long
=
0L
,
@ProtoId
(
2
)
val
din
:
Long
=
0L
,
@ProtoId
(
3
)
val
extd
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
extd
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -1907,12 +1907,12 @@ class Cmd0xac7 : ProtoBuf {
...
@@ -1907,12 +1907,12 @@ class Cmd0xac7 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReceiveMessageDevices
(
internal
class
ReceiveMessageDevices
(
@ProtoId
(
1
)
val
devices
:
List
<
DeviceInfo
>?
=
null
@ProtoId
(
1
)
val
devices
:
List
<
DeviceInfo
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
BinderSig
(
internal
class
BinderSig
(
@ProtoId
(
1
)
val
type
:
Int
=
0
,
@ProtoId
(
1
)
val
type
:
Int
=
0
,
@ProtoId
(
2
)
val
uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
uin
:
Long
=
0L
,
@ProtoId
(
3
)
val
sig
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
3
)
val
sig
:
ByteArray
=
EMPTY_BYTE_ARRAY
...
@@ -1920,16 +1920,16 @@ class Cmd0xac7 : ProtoBuf {
...
@@ -1920,16 +1920,16 @@ class Cmd0xac7 : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0x5fa
:
ProtoBuf
{
internal
class
Cmd0x5fa
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
msgStrangerInfo
:
List
<
AppointDefine
.
StrangerInfo
>?
=
null
,
@ProtoId
(
1
)
val
msgStrangerInfo
:
List
<
AppointDefine
.
StrangerInfo
>?
=
null
,
@ProtoId
(
2
)
val
reachStart
:
Int
=
0
,
@ProtoId
(
2
)
val
reachStart
:
Int
=
0
,
@ProtoId
(
3
)
val
reachEnd
:
Int
=
0
@ProtoId
(
3
)
val
reachEnd
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
appointIds
:
AppointDefine
.
AppointID
?
=
null
,
@ProtoId
(
1
)
val
appointIds
:
AppointDefine
.
AppointID
?
=
null
,
@ProtoId
(
2
)
val
referIdx
:
Int
=
0
,
@ProtoId
(
2
)
val
referIdx
:
Int
=
0
,
@ProtoId
(
3
)
val
getReferRec
:
Int
=
0
,
@ProtoId
(
3
)
val
getReferRec
:
Int
=
0
,
...
@@ -1939,9 +1939,9 @@ class Cmd0x5fa : ProtoBuf {
...
@@ -1939,9 +1939,9 @@ class Cmd0x5fa : ProtoBuf {
}
}
@Serializable
@Serializable
class
FavoriteCKVData
:
ProtoBuf
{
internal
class
FavoriteCKVData
:
ProtoBuf
{
@Serializable
@Serializable
class
PicInfo
(
internal
class
PicInfo
(
@ProtoId
(
1
)
val
uri
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
1
)
val
uri
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
md5
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
md5
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
sha1
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
sha1
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -1956,7 +1956,7 @@ class FavoriteCKVData : ProtoBuf {
...
@@ -1956,7 +1956,7 @@ class FavoriteCKVData : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
KandianFavoriteItem
(
internal
class
KandianFavoriteItem
(
@ProtoId
(
1
)
val
msgFavoriteExtInfo
:
KandianFavoriteBizData
?
=
null
,
@ProtoId
(
1
)
val
msgFavoriteExtInfo
:
KandianFavoriteBizData
?
=
null
,
@ProtoId
(
2
)
val
bytesCid
:
List
<
ByteArray
>?
=
null
,
@ProtoId
(
2
)
val
bytesCid
:
List
<
ByteArray
>?
=
null
,
@ProtoId
(
3
)
val
type
:
Int
=
0
,
@ProtoId
(
3
)
val
type
:
Int
=
0
,
...
@@ -1970,7 +1970,7 @@ class FavoriteCKVData : ProtoBuf {
...
@@ -1970,7 +1970,7 @@ class FavoriteCKVData : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
LinkSummary
(
internal
class
LinkSummary
(
@ProtoId
(
1
)
val
uri
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
1
)
val
uri
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
title
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
title
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
publisher
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
publisher
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -1981,25 +1981,25 @@ class FavoriteCKVData : ProtoBuf {
...
@@ -1981,25 +1981,25 @@ class FavoriteCKVData : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
UserFavoriteList
(
internal
class
UserFavoriteList
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
modifyTs
:
Long
=
0L
,
@ProtoId
(
2
)
val
modifyTs
:
Long
=
0L
,
@ProtoId
(
100
)
val
msgFavoriteItems
:
List
<
FavoriteItem
>?
=
null
@ProtoId
(
100
)
val
msgFavoriteItems
:
List
<
FavoriteItem
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
FavoriteSummary
(
internal
class
FavoriteSummary
(
@ProtoId
(
2
)
val
msgLinkSummary
:
LinkSummary
?
=
null
@ProtoId
(
2
)
val
msgLinkSummary
:
LinkSummary
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
FavoriteItem
(
internal
class
FavoriteItem
(
@ProtoId
(
1
)
val
favoriteSource
:
Int
=
0
,
@ProtoId
(
1
)
val
favoriteSource
:
Int
=
0
,
@ProtoId
(
100
)
val
msgKandianFavoriteItem
:
KandianFavoriteItem
?
=
null
@ProtoId
(
100
)
val
msgKandianFavoriteItem
:
KandianFavoriteItem
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
Author
(
internal
class
Author
(
@ProtoId
(
1
)
val
type
:
Int
=
0
,
@ProtoId
(
1
)
val
type
:
Int
=
0
,
@ProtoId
(
2
)
val
numId
:
Long
=
0L
,
@ProtoId
(
2
)
val
numId
:
Long
=
0L
,
@ProtoId
(
3
)
val
strId
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
strId
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -2008,7 +2008,7 @@ class FavoriteCKVData : ProtoBuf {
...
@@ -2008,7 +2008,7 @@ class FavoriteCKVData : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
KandianFavoriteBizData
(
internal
class
KandianFavoriteBizData
(
@ProtoId
(
1
)
val
rowkey
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
1
)
val
rowkey
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
type
:
Int
=
0
,
@ProtoId
(
2
)
val
type
:
Int
=
0
,
@ProtoId
(
3
)
val
videoDuration
:
Int
=
0
,
@ProtoId
(
3
)
val
videoDuration
:
Int
=
0
,
...
@@ -2022,57 +2022,57 @@ class FavoriteCKVData : ProtoBuf {
...
@@ -2022,57 +2022,57 @@ class FavoriteCKVData : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0x5ff
:
ProtoBuf
{
internal
class
Cmd0x5ff
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
errorTips
:
String
=
""
@ProtoId
(
1
)
val
errorTips
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
msgAppointId
:
AppointDefine
.
AppointID
?
=
null
,
@ProtoId
(
1
)
val
msgAppointId
:
AppointDefine
.
AppointID
?
=
null
,
@ProtoId
(
2
)
val
commentId
:
String
=
""
@ProtoId
(
2
)
val
commentId
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Oidb0xccd
:
ProtoBuf
{
internal
class
Oidb0xccd
:
ProtoBuf
{
@Serializable
@Serializable
class
Result
(
internal
class
Result
(
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
1
)
val
appid
:
Int
=
0
,
@ProtoId
(
2
)
val
errcode
:
Int
=
0
,
@ProtoId
(
2
)
val
errcode
:
Int
=
0
,
@ProtoId
(
3
)
val
errmsg
:
String
=
""
@ProtoId
(
3
)
val
errmsg
:
String
=
""
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
int64Uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
int64Uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
appids
:
List
<
Int
>?
=
null
,
@ProtoId
(
2
)
val
appids
:
List
<
Int
>?
=
null
,
@ProtoId
(
3
)
val
platform
:
Int
=
0
@ProtoId
(
3
)
val
platform
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
errcode
:
Int
=
0
,
@ProtoId
(
1
)
val
errcode
:
Int
=
0
,
@ProtoId
(
2
)
val
results
:
List
<
Result
>?
=
null
@ProtoId
(
2
)
val
results
:
List
<
Result
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Oidb0xc36
:
ProtoBuf
{
internal
class
Oidb0xc36
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
uint64Uins
:
List
<
Long
>?
=
null
@ProtoId
(
1
)
val
uint64Uins
:
List
<
Long
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
:
ProtoBuf
internal
class
RspBody
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Oidb0x87c
:
ProtoBuf
{
internal
class
Oidb0x87c
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
country
:
String
=
""
,
@ProtoId
(
1
)
val
country
:
String
=
""
,
@ProtoId
(
2
)
val
telephone
:
String
=
""
,
@ProtoId
(
2
)
val
telephone
:
String
=
""
,
@ProtoId
(
3
)
val
smsCode
:
String
=
""
,
@ProtoId
(
3
)
val
smsCode
:
String
=
""
,
...
@@ -2081,7 +2081,7 @@ class Oidb0x87c : ProtoBuf {
...
@@ -2081,7 +2081,7 @@ class Oidb0x87c : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
country
:
String
=
""
,
@ProtoId
(
1
)
val
country
:
String
=
""
,
@ProtoId
(
2
)
val
telephone
:
String
=
""
,
@ProtoId
(
2
)
val
telephone
:
String
=
""
,
@ProtoId
(
3
)
val
keyType
:
Int
=
0
,
@ProtoId
(
3
)
val
keyType
:
Int
=
0
,
...
@@ -2091,16 +2091,16 @@ class Oidb0x87c : ProtoBuf {
...
@@ -2091,16 +2091,16 @@ class Oidb0x87c : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0xbf2
:
ProtoBuf
{
internal
class
Cmd0xbf2
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
phoneAddrBook
:
List
<
PhoneAddrBook
>?
=
null
,
@ProtoId
(
1
)
val
phoneAddrBook
:
List
<
PhoneAddrBook
>?
=
null
,
@ProtoId
(
2
)
val
end
:
Int
=
0
,
@ProtoId
(
2
)
val
end
:
Int
=
0
,
@ProtoId
(
3
)
val
nextIndex
:
Long
=
0
@ProtoId
(
3
)
val
nextIndex
:
Long
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
PhoneAddrBook
(
internal
class
PhoneAddrBook
(
@ProtoId
(
1
)
val
phone
:
String
=
""
,
@ProtoId
(
1
)
val
phone
:
String
=
""
,
@ProtoId
(
2
)
val
nick
:
String
=
""
,
@ProtoId
(
2
)
val
nick
:
String
=
""
,
@ProtoId
(
3
)
val
headUrl
:
String
=
""
,
@ProtoId
(
3
)
val
headUrl
:
String
=
""
,
...
@@ -2108,7 +2108,7 @@ class Cmd0xbf2 : ProtoBuf {
...
@@ -2108,7 +2108,7 @@ class Cmd0xbf2 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
startIndex
:
Long
=
0L
,
@ProtoId
(
2
)
val
startIndex
:
Long
=
0L
,
@ProtoId
(
3
)
val
num
:
Long
=
0L
@ProtoId
(
3
)
val
num
:
Long
=
0L
...
@@ -2116,9 +2116,9 @@ class Cmd0xbf2 : ProtoBuf {
...
@@ -2116,9 +2116,9 @@ class Cmd0xbf2 : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0x6cd
:
ProtoBuf
{
internal
class
Cmd0x6cd
:
ProtoBuf
{
@Serializable
@Serializable
class
RedpointInfo
(
internal
class
RedpointInfo
(
@ProtoId
(
1
)
val
taskid
:
Int
=
0
,
@ProtoId
(
1
)
val
taskid
:
Int
=
0
,
@ProtoId
(
2
)
val
curSeq
:
Long
=
0L
,
@ProtoId
(
2
)
val
curSeq
:
Long
=
0L
,
@ProtoId
(
3
)
val
pullSeq
:
Long
=
0L
,
@ProtoId
(
3
)
val
pullSeq
:
Long
=
0L
,
...
@@ -2136,19 +2136,19 @@ class Cmd0x6cd : ProtoBuf {
...
@@ -2136,19 +2136,19 @@ class Cmd0x6cd : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
PullRedpointReq
(
internal
class
PullRedpointReq
(
@ProtoId
(
1
)
val
taskid
:
Int
=
0
,
@ProtoId
(
1
)
val
taskid
:
Int
=
0
,
@ProtoId
(
2
)
val
lastPullSeq
:
Long
=
0L
@ProtoId
(
2
)
val
lastPullSeq
:
Long
=
0L
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
msgRedpoint
:
List
<
RedpointInfo
>?
=
null
,
@ProtoId
(
1
)
val
msgRedpoint
:
List
<
RedpointInfo
>?
=
null
,
@ProtoId
(
2
)
val
unfinishedRedpoint
:
List
<
PullRedpointReq
>?
=
null
@ProtoId
(
2
)
val
unfinishedRedpoint
:
List
<
PullRedpointReq
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
lastPullRedpoint
:
List
<
PullRedpointReq
>?
=
null
,
@ProtoId
(
1
)
val
lastPullRedpoint
:
List
<
PullRedpointReq
>?
=
null
,
@ProtoId
(
2
)
val
unfinishedRedpoint
:
List
<
PullRedpointReq
>?
=
null
,
@ProtoId
(
2
)
val
unfinishedRedpoint
:
List
<
PullRedpointReq
>?
=
null
,
@ProtoId
(
3
)
val
msgPullSingleTask
:
PullRedpointReq
?
=
null
,
@ProtoId
(
3
)
val
msgPullSingleTask
:
PullRedpointReq
?
=
null
,
...
@@ -2156,14 +2156,14 @@ class Cmd0x6cd : ProtoBuf {
...
@@ -2156,14 +2156,14 @@ class Cmd0x6cd : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
MessageRec
(
internal
class
MessageRec
(
@ProtoId
(
1
)
val
seq
:
Long
=
0L
,
@ProtoId
(
1
)
val
seq
:
Long
=
0L
,
@ProtoId
(
2
)
val
time
:
Int
=
0
,
@ProtoId
(
2
)
val
time
:
Int
=
0
,
@ProtoId
(
3
)
val
content
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
3
)
val
content
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RepointExtraInfo
(
internal
class
RepointExtraInfo
(
@ProtoId
(
1
)
val
count
:
Int
=
0
,
@ProtoId
(
1
)
val
count
:
Int
=
0
,
@ProtoId
(
2
)
val
iconUrl
:
String
=
""
,
@ProtoId
(
2
)
val
iconUrl
:
String
=
""
,
@ProtoId
(
3
)
val
tips
:
String
=
""
,
@ProtoId
(
3
)
val
tips
:
String
=
""
,
...
@@ -2172,17 +2172,17 @@ class Cmd0x6cd : ProtoBuf {
...
@@ -2172,17 +2172,17 @@ class Cmd0x6cd : ProtoBuf {
}
}
@Serializable
@Serializable
class
Oidb0xd55
:
ProtoBuf
{
internal
class
Oidb0xd55
:
ProtoBuf
{
@Serializable
@Serializable
class
CheckUserRsp
(
internal
class
CheckUserRsp
(
@ProtoId
(
1
)
val
openidUin
:
Long
=
0L
@ProtoId
(
1
)
val
openidUin
:
Long
=
0L
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
CheckMiniAppRsp
:
ProtoBuf
internal
class
CheckMiniAppRsp
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
appid
:
Long
=
0L
,
@ProtoId
(
1
)
val
appid
:
Long
=
0L
,
@ProtoId
(
2
)
val
appType
:
Int
=
0
,
@ProtoId
(
2
)
val
appType
:
Int
=
0
,
@ProtoId
(
3
)
val
srcId
:
Int
=
0
,
@ProtoId
(
3
)
val
srcId
:
Int
=
0
,
...
@@ -2193,12 +2193,12 @@ class Oidb0xd55 : ProtoBuf {
...
@@ -2193,12 +2193,12 @@ class Oidb0xd55 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
CheckAppSignReq
(
internal
class
CheckAppSignReq
(
@ProtoId
(
1
)
val
clientInfo
:
Qqconnect
.
ConnectClientInfo
?
=
null
@ProtoId
(
1
)
val
clientInfo
:
Qqconnect
.
ConnectClientInfo
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
wording
:
String
=
""
,
@ProtoId
(
1
)
val
wording
:
String
=
""
,
@ProtoId
(
11
)
val
checkAppSignRsp
:
CheckAppSignRsp
?
=
null
,
@ProtoId
(
11
)
val
checkAppSignRsp
:
CheckAppSignRsp
?
=
null
,
@ProtoId
(
12
)
val
checkUserRsp
:
CheckUserRsp
?
=
null
,
@ProtoId
(
12
)
val
checkUserRsp
:
CheckUserRsp
?
=
null
,
...
@@ -2206,19 +2206,19 @@ class Oidb0xd55 : ProtoBuf {
...
@@ -2206,19 +2206,19 @@ class Oidb0xd55 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
CheckUserReq
(
internal
class
CheckUserReq
(
@ProtoId
(
1
)
val
openid
:
String
=
""
,
@ProtoId
(
1
)
val
openid
:
String
=
""
,
@ProtoId
(
2
)
val
needCheckSameUser
:
Int
=
0
@ProtoId
(
2
)
val
needCheckSameUser
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
CheckMiniAppReq
(
internal
class
CheckMiniAppReq
(
@ProtoId
(
1
)
val
miniAppAppid
:
Long
=
0L
,
@ProtoId
(
1
)
val
miniAppAppid
:
Long
=
0L
,
@ProtoId
(
2
)
val
needCheckBind
:
Int
=
0
@ProtoId
(
2
)
val
needCheckBind
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
CheckAppSignRsp
(
internal
class
CheckAppSignRsp
(
@ProtoId
(
1
)
val
iosAppToken
:
String
=
""
,
@ProtoId
(
1
)
val
iosAppToken
:
String
=
""
,
@ProtoId
(
2
)
val
iosUniversalLink
:
String
=
""
,
@ProtoId
(
2
)
val
iosUniversalLink
:
String
=
""
,
@ProtoId
(
11
)
val
optimizeSwitch
:
Int
=
0
@ProtoId
(
11
)
val
optimizeSwitch
:
Int
=
0
...
@@ -2226,9 +2226,9 @@ class Oidb0xd55 : ProtoBuf {
...
@@ -2226,9 +2226,9 @@ class Oidb0xd55 : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0x8b4
:
ProtoBuf
{
internal
class
Cmd0x8b4
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
gc
:
Long
=
0L
,
@ProtoId
(
1
)
val
gc
:
Long
=
0L
,
@ProtoId
(
2
)
val
guin
:
Long
=
0L
,
@ProtoId
(
2
)
val
guin
:
Long
=
0L
,
@ProtoId
(
3
)
val
flag
:
Int
=
0
,
@ProtoId
(
3
)
val
flag
:
Int
=
0
,
...
@@ -2239,7 +2239,7 @@ class Cmd0x8b4 : ProtoBuf {
...
@@ -2239,7 +2239,7 @@ class Cmd0x8b4 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GroupInfo
(
internal
class
GroupInfo
(
@ProtoId
(
1
)
val
gc
:
Long
=
0L
,
@ProtoId
(
1
)
val
gc
:
Long
=
0L
,
@ProtoId
(
2
)
val
groupName
:
String
=
""
,
@ProtoId
(
2
)
val
groupName
:
String
=
""
,
@ProtoId
(
3
)
val
faceUrl
:
String
=
""
,
@ProtoId
(
3
)
val
faceUrl
:
String
=
""
,
...
@@ -2250,7 +2250,7 @@ class Cmd0x8b4 : ProtoBuf {
...
@@ -2250,7 +2250,7 @@ class Cmd0x8b4 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
TagInfo
(
internal
class
TagInfo
(
@ProtoId
(
1
)
val
dstUin
:
Long
=
0L
,
@ProtoId
(
1
)
val
dstUin
:
Long
=
0L
,
@ProtoId
(
2
)
val
start
:
Int
=
0
,
@ProtoId
(
2
)
val
start
:
Int
=
0
,
@ProtoId
(
3
)
val
cnt
:
Int
=
0
,
@ProtoId
(
3
)
val
cnt
:
Int
=
0
,
...
@@ -2259,7 +2259,7 @@ class Cmd0x8b4 : ProtoBuf {
...
@@ -2259,7 +2259,7 @@ class Cmd0x8b4 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
result
:
Int
=
0
,
@ProtoId
(
1
)
val
result
:
Int
=
0
,
@ProtoId
(
2
)
val
flag
:
Int
=
0
,
@ProtoId
(
2
)
val
flag
:
Int
=
0
,
@ProtoId
(
21
)
val
tag
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
21
)
val
tag
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -2269,14 +2269,14 @@ class Cmd0x8b4 : ProtoBuf {
...
@@ -2269,14 +2269,14 @@ class Cmd0x8b4 : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0x682
:
ProtoBuf
{
internal
class
Cmd0x682
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
msgChatinfo
:
List
<
ChatInfo
>?
=
null
@ProtoId
(
1
)
val
msgChatinfo
:
List
<
ChatInfo
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ChatInfo
(
internal
class
ChatInfo
(
@ProtoId
(
1
)
val
touin
:
Long
=
0L
,
@ProtoId
(
1
)
val
touin
:
Long
=
0L
,
@ProtoId
(
2
)
val
chatflag
:
Int
=
0
,
@ProtoId
(
2
)
val
chatflag
:
Int
=
0
,
@ProtoId
(
3
)
val
goldflag
:
Int
=
0
,
@ProtoId
(
3
)
val
goldflag
:
Int
=
0
,
...
@@ -2289,21 +2289,21 @@ class Cmd0x682 : ProtoBuf {
...
@@ -2289,21 +2289,21 @@ class Cmd0x682 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
uint64Touinlist
:
List
<
Long
>?
=
null
@ProtoId
(
1
)
val
uint64Touinlist
:
List
<
Long
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Cmd0x6f5
:
ProtoBuf
{
internal
class
Cmd0x6f5
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
qqVersion
:
String
=
""
,
@ProtoId
(
1
)
val
qqVersion
:
String
=
""
,
@ProtoId
(
2
)
val
qqPlatform
:
Int
=
0
@ProtoId
(
2
)
val
qqPlatform
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
TaskInfo
(
internal
class
TaskInfo
(
@ProtoId
(
1
)
val
taskId
:
Int
=
0
,
@ProtoId
(
1
)
val
taskId
:
Int
=
0
,
@ProtoId
(
2
)
val
appid
:
Int
=
0
,
@ProtoId
(
2
)
val
appid
:
Int
=
0
,
@ProtoId
(
3
)
val
passthroughLevel
:
Int
=
0
,
@ProtoId
(
3
)
val
passthroughLevel
:
Int
=
0
,
...
@@ -2313,21 +2313,21 @@ class Cmd0x6f5 : ProtoBuf {
...
@@ -2313,21 +2313,21 @@ class Cmd0x6f5 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
configVersion
:
String
=
""
,
@ProtoId
(
1
)
val
configVersion
:
String
=
""
,
@ProtoId
(
2
)
val
taskInfo
:
List
<
TaskInfo
>?
=
null
@ProtoId
(
2
)
val
taskInfo
:
List
<
TaskInfo
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Oidb0xb7e
:
ProtoBuf
{
internal
class
Oidb0xb7e
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
topItem
:
List
<
DiandianTopConfig
>?
=
null
@ProtoId
(
1
)
val
topItem
:
List
<
DiandianTopConfig
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
DiandianTopConfig
(
internal
class
DiandianTopConfig
(
@ProtoId
(
1
)
val
jumpUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
1
)
val
jumpUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
title
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
title
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
subTitle
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
subTitle
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -2338,23 +2338,23 @@ class Oidb0xb7e : ProtoBuf {
...
@@ -2338,23 +2338,23 @@ class Oidb0xb7e : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
:
ProtoBuf
internal
class
ReqBody
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Oidb0xc2f
:
ProtoBuf
{
internal
class
Oidb0xc2f
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
msgGetFollowUserRecommendListRsp
:
GetFollowUserRecommendListRsp
?
=
null
@ProtoId
(
1
)
val
msgGetFollowUserRecommendListRsp
:
GetFollowUserRecommendListRsp
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GetFollowUserRecommendListReq
(
internal
class
GetFollowUserRecommendListReq
(
@ProtoId
(
1
)
val
followedUin
:
Long
=
0L
@ProtoId
(
1
)
val
followedUin
:
Long
=
0L
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RecommendAccountInfo
(
internal
class
RecommendAccountInfo
(
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
1
)
val
uin
:
Long
=
0L
,
@ProtoId
(
2
)
val
accountType
:
Int
=
0
,
@ProtoId
(
2
)
val
accountType
:
Int
=
0
,
@ProtoId
(
3
)
val
nickName
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
3
)
val
nickName
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
...
@@ -2365,28 +2365,28 @@ class Oidb0xc2f : ProtoBuf {
...
@@ -2365,28 +2365,28 @@ class Oidb0xc2f : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
GetFollowUserRecommendListRsp
(
internal
class
GetFollowUserRecommendListRsp
(
@ProtoId
(
1
)
val
msgRecommendList
:
List
<
RecommendAccountInfo
>?
=
null
,
@ProtoId
(
1
)
val
msgRecommendList
:
List
<
RecommendAccountInfo
>?
=
null
,
@ProtoId
(
2
)
val
jumpUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
@ProtoId
(
2
)
val
jumpUrl
:
ByteArray
=
EMPTY_BYTE_ARRAY
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
msgGetFollowUserRecommendListReq
:
GetFollowUserRecommendListReq
?
=
null
@ProtoId
(
1
)
val
msgGetFollowUserRecommendListReq
:
GetFollowUserRecommendListReq
?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Cmd0x7ca
:
ProtoBuf
{
internal
class
Cmd0x7ca
:
ProtoBuf
{
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
msgAppointId
:
AppointDefine
.
AppointID
?
=
null
,
@ProtoId
(
1
)
val
msgAppointId
:
AppointDefine
.
AppointID
?
=
null
,
@ProtoId
(
2
)
val
tinyid
:
Long
=
0L
,
@ProtoId
(
2
)
val
tinyid
:
Long
=
0L
,
@ProtoId
(
3
)
val
opType
:
Int
=
0
@ProtoId
(
3
)
val
opType
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
(
internal
class
RspBody
(
@ProtoId
(
1
)
val
sigC2C
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
1
)
val
sigC2C
:
ByteArray
=
EMPTY_BYTE_ARRAY
,
@ProtoId
(
2
)
val
peerUin
:
Long
=
0L
,
@ProtoId
(
2
)
val
peerUin
:
Long
=
0L
,
@ProtoId
(
3
)
val
errorWording
:
String
=
""
,
@ProtoId
(
3
)
val
errorWording
:
String
=
""
,
...
@@ -2395,14 +2395,14 @@ class Cmd0x7ca : ProtoBuf {
...
@@ -2395,14 +2395,14 @@ class Cmd0x7ca : ProtoBuf {
}
}
@Serializable
@Serializable
class
Cmd0xd40
:
ProtoBuf
{
internal
class
Cmd0xd40
:
ProtoBuf
{
@Serializable
@Serializable
class
DeviceInfo
(
internal
class
DeviceInfo
(
@ProtoId
(
1
)
val
os
:
Int
=
0
@ProtoId
(
1
)
val
os
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
dev
:
DeviceInfo
?
=
null
,
@ProtoId
(
1
)
val
dev
:
DeviceInfo
?
=
null
,
@ProtoId
(
2
)
val
src
:
Int
=
0
,
@ProtoId
(
2
)
val
src
:
Int
=
0
,
@ProtoId
(
3
)
val
event
:
Int
=
0
,
@ProtoId
(
3
)
val
event
:
Int
=
0
,
...
@@ -2410,23 +2410,23 @@ class Cmd0xd40 : ProtoBuf {
...
@@ -2410,23 +2410,23 @@ class Cmd0xd40 : ProtoBuf {
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
RspBody
:
ProtoBuf
internal
class
RspBody
:
ProtoBuf
}
}
@Serializable
@Serializable
class
Cmd0x6ce
:
ProtoBuf
{
internal
class
Cmd0x6ce
:
ProtoBuf
{
@Serializable
@Serializable
class
RspBody
:
ProtoBuf
internal
class
RspBody
:
ProtoBuf
@Serializable
@Serializable
class
ReadRedpointReq
(
internal
class
ReadRedpointReq
(
@ProtoId
(
1
)
val
taskid
:
Int
=
0
,
@ProtoId
(
1
)
val
taskid
:
Int
=
0
,
@ProtoId
(
2
)
val
readSeq
:
Long
=
0L
,
@ProtoId
(
2
)
val
readSeq
:
Long
=
0L
,
@ProtoId
(
3
)
val
appid
:
Int
=
0
@ProtoId
(
3
)
val
appid
:
Int
=
0
)
:
ProtoBuf
)
:
ProtoBuf
@Serializable
@Serializable
class
ReqBody
(
internal
class
ReqBody
(
@ProtoId
(
1
)
val
msgReadReq
:
List
<
ReadRedpointReq
>?
=
null
@ProtoId
(
1
)
val
msgReadReq
:
List
<
ReadRedpointReq
>?
=
null
)
:
ProtoBuf
)
:
ProtoBuf
}
}
...
...
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