|
@@ -49,7 +49,7 @@ type handshakeOp struct {
|
|
}
|
|
}
|
|
|
|
|
|
type ResumePacket struct {
|
|
type ResumePacket struct {
|
|
- Op int `json:"ip"`
|
|
|
|
|
|
+ Op int `json:"op"`
|
|
Data struct {
|
|
Data struct {
|
|
Token string `json:"token"`
|
|
Token string `json:"token"`
|
|
SessionID string `json:"session_id"`
|
|
SessionID string `json:"session_id"`
|