From 04345420e457ccffcfc94646fde4f5a2204164c3 Mon Sep 17 00:00:00 2001
From: 6c <420680616@qq.com>
Date: 星期三, 15 十月 2025 10:31:18 +0800
Subject: [PATCH] 移动端加载mvc
---
src/main/java/com/product/mobile/core/config/MobileCoreCode.java | 7 +++++++
1 files changed, 7 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 e904129..60ca4e3 100644
--- a/src/main/java/com/product/mobile/core/config/MobileCoreCode.java
+++ b/src/main/java/com/product/mobile/core/config/MobileCoreCode.java
@@ -29,6 +29,13 @@
GET_FACE_FIELD_FAIL("鑾峰彇琛ㄥ崟瀛楁澶辫触", "008"),
GET_FACE_CONFIG_FAIL("鑾峰彇琛ㄥ崟閰嶇疆澶辫触", "009"),
+
+ SIGN_IN_REPEAT_FAIL("鑰冨嫟鎵撳崱澶辫触:閲嶅鎵撳崱", "010"),
+ SIGN_IN_FAIL("鑰冨嫟鎵撳崱澶辫触", "011"),
+ GET_DATA_FAIL("鑾峰彇鏁版嵁澶辫触", "012"),
+ GET_MVC_PAGE_INFO_FAIL("鑾峰彇椤甸潰淇℃伅澶辫触", "013"),
+ APP_ADMIN_VERSION_CHECK_NOT_CODE("鏈幏鍙栧埌APP鐗堟湰鍙�", "014"),
+ APP_COMMON_ERROR_CODE("鏁版嵁鎿嶄綔閿欒", "015"),
;
MobileCoreCode(String text, String code) {
--
Gitblit v1.9.2