- 处理用户地址为空情况

This commit is contained in:
sin 2019-04-10 20:47:47 +08:00
parent 1aa6efe3fc
commit 56b8a053df
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ public enum UserErrorCodeEnum {
// ========== 用户地址 ==========
USER_ADDRESS_NOT_EXISTENT(1001004000, "用户地址不存在!"),
USER_ADDRESS_IS_DELETED(1001004000, "用户地址已被删除!"),
USER_ADDRESS_IS_DELETED(1001004001, "用户地址已被删除!"),
USER_GET_ADDRESS_NOT_EXISTS(1001004002, "获取的地址不存在!"),
;
private final int code;