yonge 4 年之前
父节点
当前提交
8822578eac

+ 1 - 1
mec-thirdparty/src/main/java/com/ym/mec/thirdparty/user/realname/provider/LinkfaceRealnameAuthenticationPlugin.java

@@ -87,7 +87,7 @@ public class LinkfaceRealnameAuthenticationPlugin implements RealnameAuthenticat
 			String msg = "";
 			if (result != null) {
 				if (result == 2) {
-					msg = "身份证号和姓名不致";
+					msg = "身份证号和姓名不致";
 				} else if (result == 3) {
 					msg = "查无此身份证号";
 				}