修改昵称违规toast文案
This commit is contained in:
@ -275,7 +275,7 @@ public class LoginUtils {
|
||||
Utils.toast(context, "403202");
|
||||
break;
|
||||
case 400213:
|
||||
Utils.toast(context, "昵称可能存在敏感词,请重新修改");
|
||||
Utils.toast(context, "昵称违规");
|
||||
break;
|
||||
default:
|
||||
Utils.toast(context, "未知错误");
|
||||
|
||||
Reference in New Issue
Block a user