From 1d8adcc2c2ee0e6a1f65f5c963ea53fda77c95a3 Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期四, 24 四月 2025 12:04:29 +0800 Subject: [PATCH] app管理 --- src/main/java/com/product/mobile/core/config/MobileCoreCode.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/product/mobile/core/config/MobileCoreCode.java b/src/main/java/com/product/mobile/core/config/MobileCoreCode.java index 1d5a8e8..f715c29 100644 --- a/src/main/java/com/product/mobile/core/config/MobileCoreCode.java +++ b/src/main/java/com/product/mobile/core/config/MobileCoreCode.java @@ -33,6 +33,7 @@ SIGN_IN_REPEAT_FAIL("鑰冨嫟鎵撳崱澶辫触:閲嶅鎵撳崱", "010"), SIGN_IN_FAIL("鑰冨嫟鎵撳崱澶辫触", "011"), GET_DATA_FAIL("鑾峰彇鏁版嵁澶辫触", "012"), + APP_ADMIN_VERSION_CHECK_NOT_CODE("鏈幏鍙栧埌APP鐗堟湰鍙�", "013"), ; MobileCoreCode(String text, String code) { -- Gitblit v1.9.2