2021-05-13 22:03:40 +08:00

8 lines
155 B
Plaintext

type (
RegisterReq {
Username string `json:"username"`
Password string `json:"password"`
Mobile string `json:"mobile"`
}
)