This commit is contained in:
xiongxiaoyang
2020-05-25 21:26:47 +08:00
parent e4dd5bcb71
commit 856c4c0667
6 changed files with 234 additions and 150 deletions

View File

@ -58,13 +58,16 @@ public enum ResponseStatus {
, BOOKNAME_EXISTS(4003,"已发布过同名小说!")
,
/**
* 搜索引擎相关错误
* */
ES_SEARCH_FAIL(9001,"密码错误!"),
/**
* 其他通用错误
* */
PASSWORD_ERROR(88001,"密码错误!");
private int code;
private String msg;