|
|
|
|
@ -5,6 +5,7 @@ import jakarta.annotation.Resource; |
|
|
|
|
import org.springblade.desk.ehs.feign.IAcidMistTowerClient; |
|
|
|
|
import org.springblade.desk.energy.util.HttpRequestService; |
|
|
|
|
import org.springframework.beans.factory.annotation.Value; |
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
@ -21,6 +22,7 @@ public class AcidMistTowerClientImpl implements IAcidMistTowerClient { |
|
|
|
|
private String deviceId; |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
@GetMapping(RP_ACID_MIST_TOWER) |
|
|
|
|
public void rpAcidMistTower(String str) { |
|
|
|
|
httpRequestService.getWasteWaterAndGas(deviceId, true, str); |
|
|
|
|
} |
|
|
|
|
|