- 处理用户地址为空情况
This commit is contained in:
parent
1aa6efe3fc
commit
56b8a053df
@ -34,7 +34,8 @@ public enum UserErrorCodeEnum {
|
|||||||
|
|
||||||
// ========== 用户地址 ==========
|
// ========== 用户地址 ==========
|
||||||
USER_ADDRESS_NOT_EXISTENT(1001004000, "用户地址不存在!"),
|
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;
|
private final int code;
|
||||||
|
Loading…
Reference in New Issue
Block a user