Browse Source

Change expires to string (sometimes it is a string instead of int64.

master
Ruel Tmeizeh 4 years ago
parent
commit
8592ff7487
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamjsonrpc.go

+ 1
- 1
kamjsonrpc.go View File

@ -181,7 +181,7 @@ type RegistrationInfo struct {
AuthUsername string `json:"auth_username"`
AuthPassword string `json:"auth_password"`
AuthProxy string `json:"auth_proxy"`
Expires int64 `json:"expires"`
Expires string `json:"expires"`
Flags int64 `json:"flags"`
DiffExpires int64 `json:"diff_expires"`
TimerExpires int64 `json:"timer_expires"`


Loading…
Cancel
Save