Merge branch 'tuoyun' of github.com:OpenIMSDK/Open-IM-Server into tuoyun

This commit is contained in:
wangchuxiao
2022-05-10 12:30:16 +08:00
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -53,5 +53,6 @@ type ExpireTime struct {
type ParseTokenResp struct {
CommResp
ExpireTime ExpireTime `json:"expireTime"`
Data map[string]interface{} `json:"data"`
ExpireTime ExpireTime `json:"-"`
}