IAccountRegisterComponent

Inheritors

Functions

Link copied to clipboard

查询支持手机短信注册的国家/地区编码

Link copied to clipboard
abstract suspend fun register(account: AccountType, countryCode: String, password: String, verifiedCode: String): GWResult<UserLoginInfo>

注册账号

Link copied to clipboard
abstract suspend fun resetPassword(account: AccountType, password: String, verifiedCode: String): GWResult<Unit>

使用验证码重置密码

Link copied to clipboard
abstract suspend fun sendRegisterCode(account: AccountType): GWResult<Unit>

发送注册验证码

Link copied to clipboard
abstract suspend fun sendResetPasswordCode(account: AccountType): GWResult<Unit>

发送重置密码验证码

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

校验验证码