mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-05 03:23:50 +08:00
add some gift id
This commit is contained in:
parent
19f539df44
commit
4cfc7adb72
@ -203,18 +203,16 @@ type (
|
|||||||
}
|
}
|
||||||
|
|
||||||
imageUploadResponse struct {
|
imageUploadResponse struct {
|
||||||
ResultCode int32
|
|
||||||
Message string
|
|
||||||
|
|
||||||
IsExists bool
|
|
||||||
FileId int64
|
|
||||||
Width int32
|
|
||||||
Height int32
|
|
||||||
|
|
||||||
ResourceId string
|
|
||||||
UploadKey []byte
|
UploadKey []byte
|
||||||
UploadIp []int32
|
UploadIp []int32
|
||||||
UploadPort []int32
|
UploadPort []int32
|
||||||
|
ResourceId string
|
||||||
|
Message string
|
||||||
|
FileId int64
|
||||||
|
Width int32
|
||||||
|
Height int32
|
||||||
|
ResultCode int32
|
||||||
|
IsExists bool
|
||||||
}
|
}
|
||||||
|
|
||||||
pttUploadResponse struct {
|
pttUploadResponse struct {
|
||||||
|
@ -72,12 +72,12 @@ type groupMessageBuilder struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type versionInfo struct {
|
type versionInfo struct {
|
||||||
ApkId string
|
|
||||||
AppId uint32
|
|
||||||
SortVersionName string
|
|
||||||
BuildTime uint32
|
|
||||||
ApkSign []byte
|
ApkSign []byte
|
||||||
|
ApkId string
|
||||||
|
SortVersionName string
|
||||||
SdkVersion string
|
SdkVersion string
|
||||||
|
AppId uint32
|
||||||
|
BuildTime uint32
|
||||||
SSOVersion uint32
|
SSOVersion uint32
|
||||||
MiscBitmap uint32
|
MiscBitmap uint32
|
||||||
SubSigmap uint32
|
SubSigmap uint32
|
||||||
|
@ -101,13 +101,18 @@ const (
|
|||||||
LightApp
|
LightApp
|
||||||
RedBag
|
RedBag
|
||||||
|
|
||||||
|
HoldingYourHand GroupGift = 280
|
||||||
|
CuteCat GroupGift = 281
|
||||||
|
MysteryMask GroupGift = 284
|
||||||
SweetWink GroupGift = 285
|
SweetWink GroupGift = 285
|
||||||
|
ImBusy GroupGift = 286
|
||||||
HappyCola GroupGift = 289
|
HappyCola GroupGift = 289
|
||||||
LuckyBracelet GroupGift = 290
|
LuckyBracelet GroupGift = 290
|
||||||
Cappuccino GroupGift = 299
|
Cappuccino GroupGift = 299
|
||||||
CatWatch GroupGift = 302
|
CatWatch GroupGift = 302
|
||||||
FleeceGloves GroupGift = 307
|
FleeceGloves GroupGift = 307
|
||||||
RainbowCandy GroupGift = 308
|
RainbowCandy GroupGift = 308
|
||||||
|
LoveMask GroupGift = 312
|
||||||
Stronger GroupGift = 313
|
Stronger GroupGift = 313
|
||||||
LoveMicrophone GroupGift = 367
|
LoveMicrophone GroupGift = 367
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user