国家查询优化
This commit is contained in:
@ -68,6 +68,7 @@ public class MonitorController {
|
||||
return AjaxResult.success(pmKeyValueEnVo);
|
||||
}
|
||||
|
||||
|
||||
@RequestMapping(value = "/keqi", method = {RequestMethod.GET})
|
||||
@ApiOperation(value = "各地理亚区平均KEQI分布", httpMethod = "GET")
|
||||
public AjaxResult keqi(@RequestParam(value = "region") String region,
|
||||
@ -91,6 +92,7 @@ public class MonitorController {
|
||||
return AjaxResult.success(pmKeyValueEnVo);
|
||||
}
|
||||
|
||||
|
||||
@RequestMapping(value = "/eqiAsiaLine", method = {RequestMethod.GET})
|
||||
@ApiOperation(value = "各地理亚区平均EQI分布折线图", httpMethod = "GET")
|
||||
public AjaxResult eqiAsiaLine(@RequestParam(value = "region") String region,
|
||||
|
Reference in New Issue
Block a user