verifyCode

abstract suspend fun verifyCode(account: AccountType, code: String): GWResult<Unit>

校验验证码

注册及重置密码时均通过此接口校验验证码

Return

成功/失败

Parameters

account

账号

code

验证码