feat: AJ-Captcha add check

This commit is contained in:
xingyu
2022-08-03 09:54:18 +08:00
parent b78378ce44
commit fe25afafbe
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,7 @@
export type UserLoginVO = {
username: string
password: string
captchaVerification: string
}
export type TokenType = {