‘liusuyi’
2023-09-13 46a35f95b4caddb52ec886ce0ee7d9f81fbf8bb6
ard-work/src/main/java/com/ruoyi/health/controller/HealthController.java
@@ -281,8 +281,8 @@
    @PreAuthorize("@ss.hasPermi('sy:syCar:GetPartsAlertLeve')")
    @ApiOperation("获取点")
    @GetMapping("GetPartsAlertLeve")
    public Results GetPartsAlertLeve(Integer id){
    @GetMapping("GetPartsAlertLevel")
    public Results GetPartsAlertLevel(Integer id){
        List<SysConfig> sysConfigs = configService.getAccPwd();
        String account = null,password = null,url = null;
        for (int i = 0; i < sysConfigs.size(); i++) {