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

This commit is contained in:
wangchuxiao 2022-05-10 11:53:08 +08:00
commit c6aa37851d

View File

@ -44,5 +44,5 @@ type ParseTokenReq struct {
type ParseTokenResp struct {
CommResp
ExpireTime int64 `json:"token" binding:"required"`
ExpireTime int64 `json:"expireTime" binding:"required"`
}