TODO: password

This commit is contained in:
2023-09-04 01:40:28 +08:00
parent 31f46b64b5
commit 9c89f0fe4a
6 changed files with 97 additions and 27 deletions

View File

@@ -102,7 +102,8 @@ type RequestGoogleLogin {
}
type RequestEmailConfirmation {
Token string `form:"token"` // 操作Token
Token string `form:"token"` // 操作Token
OpType string `form:"optype"` // 操作类型
}
type RequestEmailRegister {