Add register and verify to AuthenticationController
This commit is contained in:
@@ -43,6 +43,15 @@ data class UserWithPasswordRoleInfoVo(
|
||||
@Schema(description = "密码")
|
||||
val password: String?,
|
||||
|
||||
/**
|
||||
* Verify
|
||||
*
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@Schema(description = "验证信息")
|
||||
val verify: String?,
|
||||
|
||||
/**
|
||||
* Locking
|
||||
*
|
||||
|
||||
@@ -34,6 +34,15 @@ data class UserWithRoleInfoVo(
|
||||
@Schema(description = "用户名", example = "User")
|
||||
val username: String?,
|
||||
|
||||
/**
|
||||
* Verify
|
||||
*
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@Schema(description = "验证信息")
|
||||
val verify: String?,
|
||||
|
||||
/**
|
||||
* Locking
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user