From c3267415ddf1385e539d88651e02bd9b8cda4b65 Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期四, 14 十一月 2024 09:57:13 +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