mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
feat: 服务器状态API
This commit is contained in:
10
model/api_token.go
Normal file
10
model/api_token.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package model
|
||||
|
||||
import "time"
|
||||
|
||||
type ApiToken struct {
|
||||
Common
|
||||
UserId uint64 `json:"user_id"`
|
||||
Token string `json:"token"`
|
||||
TokenExpired time.Time `json:"token_expired"`
|
||||
}
|
||||
Reference in New Issue
Block a user