12 lines
158 B
Plaintext
Raw Normal View History

2025-01-20 17:36:03 +08:00
syntax = "v1"
type Auth {
Base
Token string `json:"token"`
}
type Base {
Code int `json:"code"`
Message string `json:"message,omitempty"`
}