| | |
| | | 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 GD2022PushService15 implements PushService14 { |
| | | |
| | | @Autowired |
| | | private GDApiRemoteService apiRemoteService; |
| | | private GD2022ApiRemoteService2022 apiRemoteService; |
| | | @Autowired |
| | | private ComPushService14 pushService; |
| | | |