| | |
| | | import com.fzzy.api.data.ApiParam; |
| | | import com.fzzy.api.data.PushProtocol; |
| | | import com.fzzy.api.service.PushService14; |
| | | import com.fzzy.push.gd2020.GDApiRemoteService; |
| | | import com.fzzy.push.impl.ComPushService14; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | public class GD2022PushService14 implements PushService14 { |
| | | |
| | | @Autowired |
| | | private GDApiRemoteService apiRemoteService; |
| | | private GD2022ApiRemoteService2022 apiRemoteService; |
| | | @Autowired |
| | | private ComPushService14 pushService; |
| | | |
| | |
| | | |
| | | @Override |
| | | public void pushData(ApiParam param) { |
| | | // //轮换计划 |
| | | // pushService.pushData1403(apiRemoteService, param); |
| | | // |
| | | // //轮换计划明显 |
| | | // pushService.pushData1404(apiRemoteService, param); |
| | | |
| | | pushService.pushData1401(apiRemoteService, param); |
| | | |
| | | pushService.pushData1402(apiRemoteService, param); |
| | | //轮换计划 |
| | | pushService.pushData1403(apiRemoteService, param); |
| | | |
| | | pushService.pushData1405(apiRemoteService, param); |
| | | } |
| | | |
| | | |