|
@@ -1,9 +1,9 @@
|
|
|
package org.jeecg.config.jimureport;
|
|
|
|
|
|
-import org.jeecg.common.system.api.ISysBaseApi;
|
|
|
+import cn.com.ctop.common.module.service.ISysBaseApi;
|
|
|
import org.jeecg.common.system.util.JwtUtil;
|
|
|
import org.jeecg.common.util.RedisUtil;
|
|
|
-import org.jeecg.common.util.TokenUtils;
|
|
|
+import cn.com.ctop.common.module.utils.TokenUtils;
|
|
|
import org.jeecg.modules.jmreport.api.JmReportTokenServiceI;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.context.annotation.Lazy;
|
|
@@ -33,4 +33,4 @@ class JimureportServiceImpl implements JmReportTokenServiceI {
|
|
|
public Boolean verifyToken(String token) {
|
|
|
return TokenUtils.verifyToken(token, sysBaseAPI, redisUtil);
|
|
|
}
|
|
|
-}
|
|
|
+}
|