Add account register and verify api
This commit is contained in:
@@ -32,6 +32,15 @@ data class UserWithInfoVo(
|
||||
@Schema(description = "用户名", example = "User")
|
||||
val username: String?,
|
||||
|
||||
/**
|
||||
* Verified
|
||||
*
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@Schema(description = "已验证", example = "true")
|
||||
val verified: Boolean?,
|
||||
|
||||
/**
|
||||
* Locking
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user