| | |
| | | import com.fzzy.api.data.ApiParam; |
| | | import com.fzzy.api.data.PushProtocol; |
| | | import com.fzzy.api.service.PushService13; |
| | | import com.fzzy.push.gd2020.GDApiRemoteService; |
| | | import com.fzzy.push.impl.ComPushService13; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | public class GD2022PushService13 implements PushService13 { |
| | | |
| | | @Autowired |
| | | private GDApiRemoteService apiRemoteService; |
| | | private GD2022ApiRemoteService2022 apiRemoteService; |
| | | |
| | | @Autowired |
| | | private ComPushService13 pushService; |
| | |
| | | |
| | | //熏蒸 |
| | | pushService.pushData1306(apiRemoteService, param); |
| | | //熏蒸 |
| | | pushService.pushData1307(apiRemoteService, param); |
| | | } |
| | | |
| | | } |