From 2073bc77c88e463333299f6601c2c6a7a9ffcfb1 Mon Sep 17 00:00:00 2001 From: wenxu12345 <44203734@qq.com> Date: Tue, 10 May 2022 11:48:10 +0800 Subject: [PATCH] add ParseToken --- pkg/base_info/auth_api_struct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/base_info/auth_api_struct.go b/pkg/base_info/auth_api_struct.go index 54c0025ef..1f1bdc6ba 100644 --- a/pkg/base_info/auth_api_struct.go +++ b/pkg/base_info/auth_api_struct.go @@ -44,5 +44,5 @@ type ParseTokenReq struct { type ParseTokenResp struct { CommResp - ExpireTime int64 `json:"token" binding:"required"` + ExpireTime int64 `json:"expireTime" binding:"required"` }