add ParseToken

This commit is contained in:
wenxu12345 2022-05-10 11:48:10 +08:00
parent 0dafb50223
commit 2073bc77c8

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"`
}