mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-03 16:45:59 +08:00
add ParseToken
This commit is contained in:
@@ -53,5 +53,6 @@ type ExpireTime struct {
|
||||
|
||||
type ParseTokenResp struct {
|
||||
CommResp
|
||||
ExpireTime ExpireTime `json:"expireTime"`
|
||||
Data map[string]interface{} `json:"data"`
|
||||
ExpireTime ExpireTime `json:"-"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user