用户收件地址接口开发调试

This commit is contained in:
shuaidawang
2022-04-14 15:47:37 +08:00
parent 2e3bd00839
commit 4a4097cfb9
11 changed files with 179 additions and 44 deletions

View File

@ -23,5 +23,6 @@ public interface ErrorCodeConstants {
// ========== 用户收件地址 1004004000 ==========
ErrorCode ADDRESS_NOT_EXISTS = new ErrorCode(1004004000, "用户收件地址不存在");
ErrorCode ADDRESS_FORBIDDEN = new ErrorCode(1004004001, "没有该操作权限");
}