修改登录相关的检验与重试逻辑

This commit is contained in:
kehaoyuan
2018-05-18 10:16:03 +08:00
parent 843a263b3f
commit ce311d9b17
9 changed files with 128 additions and 157 deletions

View File

@ -321,7 +321,7 @@ public class LoginUtils {
case 400801:
Utils.toast(context, "访问过于频繁");
break;
case 403001:
case 403007:
Utils.toast(context, "设备异常,获取验证码失败,请更换登陆方式或明天再试");
break;
case 403202: