From 9b5da188281e5ae4b6fb6219c8813e2e02a2e617 Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期四, 09 一月 2025 10:49:49 +0800
Subject: [PATCH] 打卡 设备清单
---
src/main/java/com/product/mobile/core/config/MobileCoreCode.java | 3 +++
1 files changed, 3 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..df81f77 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,9 @@
GET_FACE_FIELD_FAIL("鑾峰彇琛ㄥ崟瀛楁澶辫触", "008"),
GET_FACE_CONFIG_FAIL("鑾峰彇琛ㄥ崟閰嶇疆澶辫触", "009"),
+
+ SIGN_IN_REPEAT_FAIL("鑰冨嫟鎵撳崱澶辫触:閲嶅鎵撳崱", "010"),
+ SIGN_IN_FAIL("鑰冨嫟鎵撳崱澶辫触", "011"),
;
MobileCoreCode(String text, String code) {
--
Gitblit v1.9.2