nidapeng
2024-04-25 9c7f5f394387099037d4af06f7abefc1b78628ea
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;