Commit e1d253ea authored by yanzg's avatar yanzg

身份证识别

parent f40085c8
......@@ -117,7 +117,6 @@ public class TokenHelper {
public static <T> T get(boolean checkFlag, Class<T> cls, boolean readNewToken) {
// Log.info(TokenHelper.class, "获取登陆信息结果");
TokenData tokenData = getTokenData(readNewToken);
Log.info(TokenHelper.class, "获取登陆信息结果");
if (tokenData == null) {
if (checkFlag) {
throw YzgError.getRuntimeException("061");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment