fanli/src/main/java/com/yeshi/fanli/service/impl/user/TokenRecordServiceImpl.java
@@ -117,6 +117,11 @@ public TokenRecord getNearByTypeAndIdentify(String type, String identify) { return tokenRecordMapper.getNearByTypeAndIdentify(type, identify); } @Override public TokenRecord getByTypeAndIdentify(String type, String identify) { return tokenRecordMapper.getByTypeAndIdentify(type, identify); } @Override public TokenVO discernToken(String token, Long uid, AcceptData acceptData) throws TokenRecordException {