| | |
| | | import com.fzzy.api.data.PushProtocol; |
| | | import com.fzzy.api.service.PushService14; |
| | | import com.fzzy.push.impl.ComPushService14; |
| | | 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 ComPushService14 pushService14; |
| | | @Autowired |
| | | private ComPushService99 pushService99; |
| | | private ComPushService90 pushService99; |
| | | |
| | | @Override |
| | | public String getProtocol() { |
| | |
| | | pushService14.pushData1405(apiRemoteService, param); |
| | | |
| | | //其他接口 |
| | | pushService99.pushData2203(apiRemoteService, param); |
| | | pushService99.pushData2204(apiRemoteService, param); |
| | | pushService99.pushData9107(apiRemoteService, param); |
| | | pushService99.pushData9108(apiRemoteService, param); |
| | | |
| | | //上海对农接口 |
| | | pushService99.pushData9109(apiRemoteService, param); |
| | | pushService99.pushData9110(apiRemoteService, param); |
| | | pushService99.pushData9111(apiRemoteService, param); |
| | | pushService99.pushData9112(apiRemoteService, param); |
| | | pushService99.pushData9113(apiRemoteService, param); |
| | | pushService99.pushData9114(apiRemoteService, param); |
| | | pushService99.pushData9115(apiRemoteService, param); |
| | | pushService99.pushData9116(apiRemoteService, param); |
| | | |
| | | log.info("------->>>>行政管理 接口模块上报结束"); |
| | | } |