文件名从 src/main/java/com/fzzy/gateway/sc2023/service/ScGatewayRemoteServiceImpl.java 修改 |
| | |
| | | package com.fzzy.gateway.sc2023.service; |
| | | package com.fzzy.gateway.hx2023.service; |
| | | |
| | | import com.fzzy.api.data.AuthToken; |
| | | import com.fzzy.api.data.PushProtocol; |
| | |
| | | import com.fzzy.gateway.api.GatewayRemoteService; |
| | | import com.fzzy.gateway.data.GatewayResponse; |
| | | import com.fzzy.gateway.entity.GatewayConf; |
| | | import com.fzzy.gateway.sc2023.ScConstant; |
| | | import com.fzzy.gateway.hx2023.ScConstant; |
| | | import com.fzzy.push.gb2022.HttpClientUtil; |
| | | import lombok.Data; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.stereotype.Component; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import javax.annotation.Resource; |
| | |
| | | |
| | | @Slf4j |
| | | @Data |
| | | @Service |
| | | public class ScGatewayRemoteServiceImpl implements GatewayRemoteService { |
| | | @Component |
| | | public class HxGatewayRemoteServiceImpl implements GatewayRemoteService { |
| | | |
| | | |
| | | @Resource |