5
0
Fork 0

timestamp is uint64 and not string now

master
UnicodingUnicorn 2019-04-02 14:53:47 +08:00
parent c864ab0d0a
commit e3f5d029f2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ type RawClient struct {
}
type Ping struct {
Time string `json:"time"`
Time uint64 `json:"time"`
Status string `json:"status"`
}