jiazx0107@163.com
2023-10-25 ff939d89964ddec7958934b9f7e3d8d73e3850fa
src/main/java/com/fzzy/gateway/sc2023/service/ScGatewayRemoteServiceImpl.java
文件名从 src/main/java/com/fzzy/gateway/sc2023/api/ScGatewayRemoteService.java 修改
@@ -1,4 +1,4 @@
package com.fzzy.gateway.sc2023.api;
package com.fzzy.gateway.sc2023.service;
import com.fzzy.api.data.AuthToken;
import com.fzzy.api.data.PushProtocol;
@@ -7,6 +7,7 @@
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;
@@ -23,7 +24,7 @@
@Slf4j
@Data
@Service
public class ScGatewayRemoteService implements GatewayRemoteService {
public class ScGatewayRemoteServiceImpl implements GatewayRemoteService {
    @Resource