| | |
| | | import com.fzzy.api.data.PushProtocol; |
| | | import com.fzzy.api.service.PushService13; |
| | | import com.fzzy.push.impl.ComPushService13; |
| | | import com.fzzy.push.impl.ComPushService99; |
| | | import com.fzzy.push.impl.ComPushService90; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Component; |
| | |
| | | @Autowired |
| | | private ComPushService13 pushService13; |
| | | @Autowired |
| | | private ComPushService99 pushService99; |
| | | private ComPushService90 pushService90; |
| | | |
| | | @Override |
| | | public String getProtocol() { |
| | |
| | | pushService13.pushData1310(apiRemoteService, param); |
| | | |
| | | //熏蒸备案 |
| | | pushService99.pushData1023(apiRemoteService, param); |
| | | pushService90.pushData9201(apiRemoteService, param); |
| | | } |
| | | |
| | | } |