| | |
| | | package com.zy.acs.manager.common.config; |
| | | |
| | | import com.alibaba.fastjson.JSON; |
| | | import com.zy.acs.framework.common.Cools; |
| | | import com.zy.acs.framework.common.R; |
| | | import com.zy.acs.manager.common.utils.IpTools; |
| | | import com.zy.acs.manager.manager.service.IntegrationRecordService; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.jetbrains.annotations.NotNull; |
| | |
| | | import java.nio.charset.StandardCharsets; |
| | | |
| | | @Slf4j |
| | | //@ControllerAdvice |
| | | @ControllerAdvice |
| | | public class IntegrationRecordAdvice implements ResponseBodyAdvice<Object> { |
| | | |
| | | @Autowired |