用户收件地址代码生成

This commit is contained in:
shuaidawang
2022-04-12 11:57:04 +08:00
parent 9ae44336db
commit 1deb04d256
19 changed files with 778 additions and 2 deletions

View File

@ -21,4 +21,7 @@ public interface ErrorCodeConstants {
ErrorCode AUTH_TOKEN_EXPIRED = new ErrorCode(1004003004, "Token 已经过期");
ErrorCode AUTH_THIRD_LOGIN_NOT_BIND = new ErrorCode(1004003005, "未绑定账号,需要进行绑定");
// ========== 用户收件地址 1004004000 ==========
ErrorCode ADDRESS_NOT_EXISTS = new ErrorCode(1004004000, "用户收件地址不存在");
}