8 lines
155 B
Plaintext
Raw Normal View History

2021-05-13 22:03:40 +08:00
type (
RegisterReq {
Username string `json:"username"`
Password string `json:"password"`
Mobile string `json:"mobile"`
}
)