1-12修改

This commit is contained in:
kehaoyuan
2018-01-12 08:26:13 +08:00
parent 95af9902e7
commit bc7aaa8b08
57 changed files with 521 additions and 251 deletions

View File

@ -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) {