Files
Crimson-Gatekeeper/srv/internal/module/userpak/param.go

7 lines
113 B
Go
Raw Normal View History

2026-01-21 17:44:51 +08:00
package userpak
type loginParam struct {
Account string `json:"account"`
Password string `json:"password"`
}