| | |
| | | import com.fzzy.api.data.ApiParam; |
| | | import com.fzzy.api.data.PushProtocol; |
| | | import com.fzzy.api.service.PushService11; |
| | | import com.fzzy.push.gd2020.GDApiRemoteService; |
| | | import com.fzzy.push.impl.ComPushService11; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | public class GD2022PushService11 implements PushService11 { |
| | | |
| | | @Autowired |
| | | private GDApiRemoteService apiRemoteService; |
| | | private GD2022ApiRemoteService2022 apiRemoteService; |
| | | |
| | | @Autowired |
| | | private ComPushService11 pushService; |
| | |
| | | |
| | | //库区图视频监控设备点位数据 |
| | | pushService.pushData1111(apiRemoteService, param); |
| | | |
| | | //设备 |
| | | pushService.pushData1107(apiRemoteService, param); |
| | | |
| | | //人员 |
| | | pushService.pushData1112(apiRemoteService, param); |
| | | } |
| | | |
| | | } |