支持jwt

This commit is contained in:
2023-08-10 17:30:49 +08:00
parent 0948cd51c0
commit 1019189ca7
4 changed files with 76 additions and 2 deletions

View File

@ -16,6 +16,8 @@ var (
IP *ip
// URL ...
URL *ownURL
// JWT ...
JWT *ownJwt
)
func init() {