diff options
| author | shizhendong <[email protected]> | 2023-01-12 16:34:23 +0800 |
|---|---|---|
| committer | shizhendong <[email protected]> | 2023-01-12 16:34:23 +0800 |
| commit | fbcd67e3756ed8ea29a5f1d123febcc3fdb36fe6 (patch) | |
| tree | f9d3ea758d7181d00fd1f57f437175f0030f2674 /nz-common | |
| parent | 972be6cb6ebc83a7183c3d8711abf82fe84da12c (diff) | |
fix: NEZ-2507 terminal login 接口增加 asset 账号信息校验
Diffstat (limited to 'nz-common')
| -rw-r--r-- | nz-common/src/main/java/com/nis/common/utils/RCode.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nz-common/src/main/java/com/nis/common/utils/RCode.java b/nz-common/src/main/java/com/nis/common/utils/RCode.java index 82fb1ebc..0117da36 100644 --- a/nz-common/src/main/java/com/nis/common/utils/RCode.java +++ b/nz-common/src/main/java/com/nis/common/utils/RCode.java @@ -275,6 +275,7 @@ public enum RCode { ASSET_TYPE_ID_ISNULL(311036,"Asset type id can not be empty"), ASSET_RELOBJ_CAN_NOT_REMOVE(317037, "Asset have associated data and cannot be deleted"), ASSET_FORCE_INVALIDE(314038,"Force param must be 0 or 1"), + ASSET_TERMINAL_ACCOUNT_INFO_NOTFOUND(316039, "Account information for asset terminal login is not configured"), /** * ASSET_MODEL |
