【新增】web管理登陆判断用户类型
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export type UserLoginVO = {
|
||||
username: string
|
||||
password: string
|
||||
userType: string
|
||||
captchaVerification: string
|
||||
socialType?: string
|
||||
socialCode?: string
|
||||
|
Reference in New Issue
Block a user