nidapeng
2024-04-29 61e4855523392fc3f84e3d8745320c10d29bed4f
server/meeting/meeting_web/src/main/java/com/doumee/api/web/ApiController.java
@@ -1,11 +1,7 @@
package com.doumee.api.web;
import com.doumee.biz.system.SystemDictDataBiz;
import com.doumee.config.Jwt.JwtTokenUtil;
import com.doumee.service.business.NoticeService;
import com.doumee.service.system.SystemDictDataService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.context.request.ServletRequestAttributes;