From 5aa656c502b2fb4adad13b0d9fed42e87aa478b8 Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Mon, 5 Jun 2023 19:07:18 +0800 Subject: [PATCH] fix --- server_api/basic.api | 6 ------ 1 file changed, 6 deletions(-) diff --git a/server_api/basic.api b/server_api/basic.api index 45de403b..c5c53133 100644 --- a/server_api/basic.api +++ b/server_api/basic.api @@ -13,9 +13,3 @@ type response { Message string `json:"msg"` Data interface{} `json:"data"` } - -// Auth jwt认证认证的安全参数 -type Auth { - AccessSecret string `json:"AccessSecret"` - AccessExpire int `json:"AccessExpire"` -} \ No newline at end of file