1-12修改
This commit is contained in:
@ -90,6 +90,7 @@ public class LoginUtils {
|
||||
super.onResponse(response);
|
||||
try {
|
||||
listener.onCaptcha(response.getString("service_id"));
|
||||
Utils.toast(context, "验证码短信已发送,请注意查收");
|
||||
} catch (JSONException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
@ -117,7 +118,6 @@ public class LoginUtils {
|
||||
}
|
||||
|
||||
|
||||
|
||||
// 注销登录
|
||||
public static void logout(final Context context, final OnLogoutListener listener) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user