public interface AccountService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
changePass(ChangePass form) |
boolean |
checkSmsCodeForLogin(String phone,
String code) |
boolean |
checkSmsCodeForResetPass(String phone,
String code) |
LoginOut |
login(LoginForm form) |
LoginOut |
login(SmartLoginForm form) |
void |
logout(LoginOut form) |
LoginOut |
quickLogin(LoginForm form) |
void |
requestSmsCodeForLogin(String phone) |
void |
requestSmsCodeForResetPass(String phone) |
void |
resetPass(ResetPass form) |
String |
signup(Signup form) |
LoginOut login(LoginForm form) throws AccountException
AccountExceptionLoginOut login(SmartLoginForm form) throws AccountException
AccountExceptionLoginOut quickLogin(LoginForm form) throws AccountException
AccountExceptionvoid logout(LoginOut form) throws AccountException
AccountExceptionvoid changePass(ChangePass form) throws AccountException
AccountExceptionvoid resetPass(ResetPass form) throws AccountException
AccountExceptionString signup(Signup form) throws AccountException
AccountExceptionvoid requestSmsCodeForResetPass(String phone) throws SmsCodeException
SmsCodeExceptionvoid requestSmsCodeForLogin(String phone) throws SmsCodeException
SmsCodeExceptionCopyright © 2017. All rights reserved.