From 83277e39ddfe40e78556581b6fc592645c72a474 Mon Sep 17 00:00:00 2001 From: 6c <420680616@qq.com> Date: 星期三, 02 四月 2025 10:54:02 +0800 Subject: [PATCH] 移动端消息问题 --- 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 df81f77..1d5a8e8 100644 --- a/src/main/java/com/product/mobile/core/config/MobileCoreCode.java +++ b/src/main/java/com/product/mobile/core/config/MobileCoreCode.java @@ -32,6 +32,7 @@ SIGN_IN_REPEAT_FAIL("鑰冨嫟鎵撳崱澶辫触:閲嶅鎵撳崱", "010"), SIGN_IN_FAIL("鑰冨嫟鎵撳崱澶辫触", "011"), + GET_DATA_FAIL("鑾峰彇鏁版嵁澶辫触", "012"), ; MobileCoreCode(String text, String code) { -- Gitblit v1.9.2