| | |
| | | package com.jcdm.main.sc.stationConf.controller; |
| | | |
| | | import java.util.List; |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import javax.servlet.http.HttpServletResponse; |
| | | |
| | | import com.jcdm.main.util.IpInfoUtils; |
| | | import org.aspectj.weaver.loadtime.Aj; |
| | | import org.springframework.security.access.prepost.PreAuthorize; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | |
| | | { |
| | | return toAjax(scStationConfService.deleteScStationConfByIds(ids)); |
| | | } |
| | | |
| | | /** |
| | | * 查询ip |
| | | */ |
| | | @GetMapping("/getIp") |
| | | public AjaxResult getIp(HttpServletRequest request) |
| | | { |
| | | return AjaxResult.success(IpInfoUtils.getIpAddr(request)); |
| | | } |
| | | } |