文件名从 src/main/java/com/fzzy/gateway/sc2023/api/ScGatewayRemoteService.java 修改 |
| | |
| | | package com.fzzy.gateway.sc2023.api; |
| | | package com.fzzy.gateway.sc2023.service; |
| | | |
| | | import com.fzzy.api.data.AuthToken; |
| | | import com.fzzy.api.data.PushProtocol; |
| | |
| | | import com.fzzy.api.utils.RedisConst; |
| | | import com.fzzy.api.utils.RedisUtil; |
| | | import com.fzzy.api.view.repository.ApiLogRep; |
| | | import com.fzzy.gateway.api.GatewayRemoteService; |
| | | import com.fzzy.gateway.data.GatewayResponse; |
| | | import com.fzzy.gateway.entity.GatewayConf; |
| | | import com.fzzy.gateway.sc2023.ScConstant; |
| | |
| | | @Slf4j |
| | | @Data |
| | | @Service |
| | | public class ScGatewayRemoteService implements GatewayRemoteService { |
| | | public class ScGatewayRemoteServiceImpl implements GatewayRemoteService { |
| | | |
| | | |
| | | @Resource |