@@ -101,7 +101,7 @@ public class ExamInfoController extends BaseController {
}
@GetMapping(value = "/ip")
- @ApiOperation("获取访问IP")
+ @ApiOperation("根据访问IP获取地址")
public Response<Map<String, Object>> exampleMethod() throws IOException, GeoIp2Exception {
String ipAddr = IpUtils.getIpAddr(ServletUtils.getRequest());